cperciva
59c2cd5681
Crypto is now part of the "base" distribution, and the old "release.3"
...
target no longer exists. Renumber the old release.[4-9] targets to
release.[3-8].
Reminded by: ru
2004-08-06 08:49:51 +00:00
cperciva
da56152a54
Crypto is now part of the base distribution. Remove crypto-install.sh,
...
and add scrypto, skrb5, ssecure into src-install.sh
Reminded by: ru
2004-08-06 08:42:05 +00:00
simon
c8c4d5cc6c
Hook up the Hardware Notes to the build again, now that the doc build
...
script has been updated.
2004-08-06 08:41:22 +00:00
cperciva
18c5d6e3f5
Join the 21st century: Cryptography is no longer an optional component
...
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.
Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004
2004-08-06 07:27:08 +00:00
simon
011dcc0b09
Temporarily unhook the English Hardware Notes from the build to unbreak
...
the web build.
Pointy hat to: simon
2004-08-04 20:04:01 +00:00
anholt
7e1eadd8f4
Update for conversion to X.Org as default X in -current.
...
Requested by: scottl
2004-08-04 00:46:58 +00:00
simon
abff76b158
Auto generate the device listings in the Hardware Notes based on
...
manual pages, to avoid duplicating work between the Hardware Notes and
manual pages.
Each text line in the output from the manual page parser is generated
as a SGML entity, making it possible for translators to only translate
lines which actually contains English text (this neat idea came from
hrs).
To determine which drivers are usable on which architectures the
dev.archlist.txt file is used to explicitly list this. It it an
imperfect solution, but the best I have been able to come up with for
now.
This commit converts most of the devices which has a section 4 manual
page with a HARDWARE section to be the new auto generated format.
Reviewed in principle by: ru, hrs, trhodes
Good ideas for improvements: hrs
No objections: -doc, re
2004-08-03 22:12:45 +00:00
den
732147197c
Use lang="ru"
...
Obtained from: The FreeBSD Russian Documentation Project
2004-08-03 13:32:33 +00:00
den
f8e9d52d60
Merge from recent English versions
...
Obtained from: The FreeBSD Russian Documentation Project
2004-08-03 13:12:11 +00:00
den
3e333002f1
Minor typo fix
2004-08-03 12:16:44 +00:00
hrs
4c89664069
New release notes (changes in the first half of July 2004):
...
bus_dma(9) alignment and boundary compensation support,
kqueue(2) EVFILT_FS,
KDB framework,
sound and snd_* driver reorganization,
natd(8) globalports option[*],
ppp(8) LQM support[*] and "rad_alive N" option,
GEOM_STRIPE FAST mode support,
MSDOSFS_LARGE[*],
ALTQ framework support added to various network drivers[*],
bsdtar(1) now the default tar(1) utility,
cvs(1) iso8601 option keyword,
multibyte characters support:
fgetwln(3), join(1), nextwctype(3), od(1), regex(3), rev(1),
sed(1) 'y' command, and tr(1),
ftw(3) and nftw(3) implemented,
C99 functions: nearbyint(3),
am-utils 6.0.9->6.0.10p1 import,
GNU grep 2.4d->2.5.1 import, and
tcsh 6.11->6.13.00 import.
MFC:
IPFilter 3.4.31->3.4.35.
[*]Based on work by: josef
2004-08-02 18:24:58 +00:00
gshapiro
2979af4f85
Update release notes to reflect sendmail 8.13.1 import
2004-08-01 01:20:44 +00:00
yar
bdae37f648
Correct a couple of noticed slips in sorting order
...
and add missing markup at one spot.
2004-07-27 10:37:04 +00:00
yar
d7cbecbf47
New release notes:
...
fxp(4) allows toggling its VLAN_MTU capability;
ifconfig(8) provides controls for VLAN_MTU and VLAN_HWTAGGING.
2004-07-27 10:30:11 +00:00
hrs
7a2772866e
Fix URLs.
2004-07-27 00:02:19 +00:00
murray
8bc2b61a71
Improve package list for disc3:
...
xemacs21 -> xemacs, add apache13, apache2, and php packages to this disc.
2004-07-22 01:37:56 +00:00
cperciva
a98ab79fa5
Add security/freebsd-update back for non-ia64 releases. (The port is
...
currently marked ONLY_FOR_ARCHS= i386 amd64 alpha sparc64.)
Approved by: scottl
2004-07-15 18:22:21 +00:00
murray
e3c768ec2b
Add a publisher variable with the URL for the FreeBSD Project, and put
...
this into the ISO headers by specifying the -P option to mkisofs.
Obtained from: share/examples/worm/makecdfs.sh
2004-07-15 09:28:03 +00:00
jhb
c2c982b6fb
Remove some serious foot-shooting potential from the release Makefile. For
...
some unknown reason, when LOCAL_PATCHES and LOCAL_SCRIPT were originally
added, they were silently ignored if the actual file did not exist. As a
result, if one mistyped the pathname to a patch or script, then the release
silently succeeded. However, it was not built with the desired changes and
no warning was given to inform the builder either. This commit explicitly
checks to see that all of the defined patches and scripts exist up front
and bails if any of them do not exist. I lost several hours of valuable
sleeping time this evening due to this "feature" so I've finally gone and
ripped out. I've tripped over this in the past several other times as
well.
Glanced at by: scottl
2004-07-15 04:52:57 +00:00
murray
e0bb3c6bb5
Add p5-File-Spec and p5-File-Temp.
...
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
PR: ports/68153
MFC After: 3 days
2004-07-12 10:12:51 +00:00
kris
0598962e39
Set BATCH=yes to avoid bumping into interactivity in the port builds.
...
XXX /usr/ports is still hardcoded, should be ${PORTSDIR}
2004-07-12 07:59:25 +00:00
murray
af7268888c
Chase the docproj ports required to build a release with NOPORTS but
...
without NODOCS.
PR: ports/68153
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
2004-07-12 04:09:39 +00:00
den
7501868529
Close tags
2004-07-07 13:11:59 +00:00
den
c7a0ebb4a7
MFen 1.8
...
Obtained from: The FreeBSD Russian Documentation Project
2004-07-06 13:00:14 +00:00
josef
4912a7bb33
Add FreeBSD-SA-04:13.linux and the device.hints related
...
expansion of pcm(4).
2004-07-03 08:45:20 +00:00
hrs
a19b241f16
New release notes:
...
GEOM_LABEL added,
top(1) -m io,
ACPI-CA 20040527 import, and
GNU sort coreutils 5.2.1 import.
Typo fixes:
s/ethernet/Ethernet/.
2004-07-02 20:49:56 +00:00
den
db0044f5f9
Fix <small> tags
2004-07-02 13:13:20 +00:00
den
83bd3ac846
MFen 1.19
...
Obtained from: The FreeBSD Russian Documentation Project
2004-07-01 07:22:17 +00:00
hrs
2df7d0d530
Remove trailing whitespaces (no content change).
2004-07-01 04:56:20 +00:00
hrs
acad19e91c
New release notes:
...
acpi(4) bad-BIOS blacklist, and
zlib 1.1.4->1.2.1 import.
2004-07-01 04:54:21 +00:00
hrs
731361492f
New release notes (changes in the second half of June 2004):
...
kern.sched.name added,
pseudo-interface cloning changes,
cut(1) -c, -f, and -d multibyte locale support,
indent(1) -fbs and -ut support,
pkg_create(1) -S support, and
pkg_info(1) -j support.
MFC:
sha1(1) and rmd160(1) added, and
CVS 1.11.15 -> 1.11.17 update.
2004-06-30 16:38:02 +00:00
den
77acc72f09
MFen 1.745
...
Obtained from: The FreeBSD Russian Documentation Project
2004-06-30 14:07:38 +00:00
hrs
74f6dc91f7
Bump the copyright year and &release.4last;, and add a note
...
about Errata Branch.
PR: www/67651
2004-06-30 13:59:40 +00:00
hrs
1852559881
Add urls.ent and use the entities for URLs.
2004-06-30 13:15:05 +00:00
hrs
cbe8904deb
Bump &release.prev; and &release.prev.stable;.
2004-06-30 13:12:25 +00:00
hrs
3c79ff5bed
Whitespace/style fixes (no content change).
2004-06-30 11:14:40 +00:00
hrs
70ce136d29
New release notes: KDE 3.2.3.
2004-06-30 11:08:51 +00:00
den
6f67ab0599
Fix few typos
...
Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
Obtained from: The FreeBSD Russian Documentation Project
2004-06-30 10:46:33 +00:00
hrs
ec07af2bd6
New release notes (changes in the first half of June 2004):
...
sab(4) BREAK_TO_DEBUGGER support,
per-class sysctl like dev.foo.0.bar support,
kern.always_console_output,
fwip(4) added,
ng_rfc1490(4) Cisco style encapsulation support,
udav(4) promiscuous mode support,
geom_vinum added,
ALTQ framework import,
conscontrol(8) set/unset support,
newsyslog(8) improvements,
ps(1) -O emul support,
sha1(1) and rmd160(1) added,
talk(1) now uses "localhost",
truss(1) early support on amd64, and
tzdata2004a import.
MFC:
find(1) -depth n added.
Style changes:
s/ixgb/&man.ixgb.4;/
2004-06-30 10:24:52 +00:00
hrs
ff919035f2
New release notes (changes in May 2004):
...
SA-04:10, 04:11, 04:12,
acpi(4) per-device sysctls to wake up the system,
MAC_STATIC option,
mballoc -> mbuma replacement,
midi(4) removal,
nmdm(4) reliability fixes,
fxp(4) per-device sysctls support,
Netgraph 4.x compatibility support,
net.inet.ip.process_options added,
link state change notification support in the routing socket,
gconcat(8) removal,
GEOM_NOP, GEOM_STRIPE, and GEOM_GATE added,
GEOM_GPT in GENERIC,
libuwx import,
daemon(8) -p pidfile,
eeprom(8) added,
find(1) -depth n,
geom(8) added,
id(1) -M,
jail(8) -U,
ls(1) LC_TYPE support for multibyte character string,
smbmsg(8) added,
sunlabel(8) -c and -h,
tftpd(8) -w and -U,
ip6addrctl_* in rc.conf for address selection policy support, and
ACPI-CA 20040514 import.
typo fixes:
s/ethernet/Ethernet/
s/compatibiliy/compatibility/
s/sbus/SBus/
2004-06-30 07:54:38 +00:00
murray
0bbef2d74a
New release notes: klds work on amd64, ixgb driver added for Intel
...
PRO/10GBE cards.
2004-06-30 03:46:37 +00:00
murray
0fdda69beb
arl(4) has been merged, support for TCP Selective Acknowledgements
...
(SACK) has been added, LSI-type software RAID has been added, DRM code
has been updated, GDB has been updated to 6.1.1.
2004-06-30 03:20:10 +00:00
murray
c7e4b631dd
Attempt to summarize Oliver's recent changes to the pkg tools.
...
Submitted by: eik@
2004-06-30 02:15:31 +00:00
murray
d40d33742c
New release notes:
...
* CVS has been updated to 1.11.17
* Vinum has been updated to use GEOM
* esp(4) added for sparc64
2004-06-30 01:50:06 +00:00
murray
54537375cb
* IPFilter has been updated to 3.4.35
...
* pf has been updated from OpenBSD 3.5.
2004-06-30 01:17:05 +00:00
trhodes
76daf9eabe
Add a note about portaudit (1).
...
Fix two spelling errors while I'm here (2).
Requested by: murray (1), aspell(2)
2004-06-30 00:01:55 +00:00
murray
bcfdfbe254
New release notes: ipfw now supports lookup tables (merged), binutils
...
has been updated from 2.15 branch.
2004-06-29 23:40:12 +00:00
murray
9c503e15e6
Note that ISC DHCP has been updated to RC14.
...
Prodded by: njl
2004-06-29 22:47:46 +00:00
den
ca3ee9f05e
MFen 1.732
...
Content fix *
Submitted by: Sergey Matveychuk <sem@ciam.ru> [*]
Obtained from: The FreeBSD Russian Documentation Project
2004-06-29 07:21:59 +00:00
den
54bfc55dfc
Whitespace fix
...
Obtained from: The FreeBSD Russian Documentation Project
2004-06-28 13:36:00 +00:00