ru
8bd59b71f5
Refactor (some more) installation of kernel and module objects.
...
Try to make everyone happy: David (to have debug kernels installed
by default), Warner (to be able to override that), and myself (for
actually making it all work and to be consistent).
Now, if kernel was configured for debugging (through DEBUG=-g in
the kernel config file or "config -g"), doing "make install" will
install debug versions of kernel and module objects with their
canonical names,
kernel.debug -> /boot/kernel/kernel
if_fxp.ko.debug -> /boot/kernel/if_fxp.ko
Installing a kernel not configured for debugging, or debug kernel
with INSTALL_NODEBUG variable defined, will install non-debug
kernel and module objects.
Also, restore the install.debug and reinstall.debug targets that
are part of the existing API (they cause some additional gdb(1)
scripts to be installed).
2005-10-25 09:05:07 +00:00
brueffer
2feaf16457
snd_es137x now works on sparc64.
2005-10-25 04:32:42 +00:00
joel
8554bc13f1
The snd_via8233(4) support on amd64 isn't something new. Remove it.
...
Reviewed by: hrs
2005-10-14 18:12:18 +00:00
delphij
78d47913b7
Better translation: language improvements, typos, etc.
...
Submitted by: BSDunix at newsmth org,
carplee at newsmth org,
ThunderW at newsmth org (in part)
MFC After: 1 days
2005-10-14 16:25:53 +00:00
yar
fdd8275882
New release notes:
...
ifconfig(8) -tunnel parameter,
interface argument to ifconfig(8) -vlandev deprecated.
The changes already are in RELENG_6, too.
MFC after: 3 days
2005-10-14 09:57:08 +00:00
delphij
bdd607dabc
Language nits.
...
Submitted by: nukq at newsmth org, me
2005-10-13 17:25:28 +00:00
delphij
3e107f9914
MFen:
...
errata/article.sgml: 1.72 -> 1.73.2.1
hardware/amd64/proc-amd64.sgml: 1.3.4.1 -> 1.5.2.1 [dummy merge]
hardware/common/artheader.sgml: 1.6 -> 1.7
hardware/common/dev.sgml: 1.277 -> 1.282.2.3
hardware/common/intro.sgml: 1.6 -> 1.7
installation/common/artheader.sgml: 1.5 -> 1.6
installation/common/trouble.sgml: 1.17 -> 1.19
installation/common/upgrade.sgml: 1.12 -> 1.13
readme/article.sgml: 1.31.2.2 -> 1.37
relnotes/common/new.sgml: 1.849 -> 1.883.2.7
Makefile: 1.3 -> 1.7
Follow the English revision to remove early adopter guide.
This is intended for a RELENG_6 and RELENG_6_0 merge.
Obtained from: The FreeBSD Simplified Chinese Project (delphij)
2005-10-12 20:30:39 +00:00
joel
79a0c1cf7a
New release notes: snd_mss(4) manual page added.
2005-10-12 12:24:37 +00:00
joel
252f12692e
Autogenerate hardware notes for snd_mss(4).
2005-10-10 18:01:18 +00:00
hrs
5fe9e49476
New release notes:
...
/boot.config -S option,
comconsole_speed loader tunable,
debug.mpsafevfs=1 on ia64 by default,
snd_via8233(4) supported on amd64,
IPv6 pMTU discovery for multicast packets disabled by default,
new sysctl: net.inet6.ip6.mcast_pmtu,
net.inet.icmp.reply_from_interface, and
net.inet.icmp.quotelen,
IP_MINTTL socket option,
ata(4) DMA workaround,
cmp(1) -h option,
new functions: pidfile(3), and
memmem(3),
netstat(1) -h option,
pkill(1) -F and -L option,
powerd(8) -P option,
removable_interfaces rc.conf variable removed,
ifconfig_<ifn>, and
sysinstall(8) default partition size calculation changed.
2005-10-03 17:24:20 +00:00
hrs
e6d490315a
New release notes:
...
gre(4) IPv6 over GRE support,
ipfw IPv6 support,
new sysctl net.inet6.ip6.stealth added,
g_label now supports Ext2FS and ReiserFS,
bsdiff(1) and bspatch(1) added,
ping(8) "sweeping ping" support,
wcsdup() function added,
rc.d/gbde_swap renamed to rc.d/encswap,
rc.d/geli and rc.d/geli2 added, and
portsnap(8) imported.
2005-10-02 21:02:37 +00:00
hrs
57ff4e8e87
New release notes:
...
acpi_thermal(4) passive cooling support,
ichsmb(4) unloading bug fixed,
smbios(4) support on amd64,
hw.apic.enable_extint added,
sound(4) improvements,
MPSAFE: the bottom half of NFS, snd_als4000(4),
snd_cmi(4), snd_via8233(4), snd_via82c686(4),
and natm(4),
GEOM_ZERO class added,
umass(4) PLAY_* commands support,
moused(8) -H flag,
shared library version bump, and
pkg_version(1) -o and -O flags.
2005-10-02 16:14:41 +00:00
kensmith
33c38db5b6
Add SHA256 checksums to the release build.
...
Requested by: cperciva (so)
Reviewed/improved by: ru
MFC after: 2 days
2005-09-28 12:39:00 +00:00
mlaier
a42af632d8
Remove bridge(4) from the tree. if_bridge(4) is a full functional
...
replacement and has additional features which make it superior.
Discussed on: -arch
Reviewed by: thompsa
X-MFC-after: never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
nyan
ebac7c30db
Switch from OLDCARD to NEWCARD on pc98.
2005-09-27 13:10:24 +00:00
brueffer
6a696a6eba
Fix typo.
...
PR: 86522
Submitted by: Stephen Hurd <shurd@sasktel.net>
MFC after: 3 days
2005-09-24 07:07:55 +00:00
brueffer
b548f294bc
Add esp(4).
...
MFC after: 3 days
2005-09-18 16:22:20 +00:00
brueffer
e329b23e49
Sort the list of disk controllers by driver-name. The notable exception is
...
ata(4), which should stay on top.
MFC after: 3 days
2005-09-18 08:14:16 +00:00
brueffer
a528c6e560
Sort the list of ethernet devices by driver-name.
...
MFC after: 3 days
2005-09-18 07:46:05 +00:00
brueffer
a12862b193
Don't claim matcd(4) support, it was removed long ago.
...
MFC after: 3 days
2005-09-18 07:23:53 +00:00
joel
609346c61e
Add cdce(4).
...
Reviewed by: brueffer
2005-09-17 09:35:56 +00:00
brueffer
f1160f0b48
Note acpi_sony(4) manpage addition.
2005-09-14 05:50:09 +00:00
brueffer
23fa8aa788
hptmv(4) now works on amd64.
2005-09-08 04:40:11 +00:00
marcel
7f3182e536
Unbreak release builds. Now that NO_INFO also affects the installation
...
of texinfo and we need makeinfo to build world, we cannot have NO_INFO
anymore when we populate the chroot.
2005-09-07 04:34:11 +00:00
brueffer
fee0bd611a
Reword nic driver MPSAFEness entries to be in line with earlier release notes.
2005-09-05 17:16:50 +00:00
brueffer
18756abe45
Document the following:
...
- VIA PadLock support + merge
- dc, my, pcn, sf MPSAFE + merge
- de, ed, ste MPSAFE
- de converted to busdma(9)
- el removed
- geli(8) committed + merge
- libmemstat(9) merge
MFC after: 3 days
2005-08-30 22:25:22 +00:00
simon
c284a04d0b
Remove the el(4) device, which has been retired recently.
2005-08-28 08:20:41 +00:00
gshapiro
826c186366
I must have missed the release note for the sendmail 8.13.4 import.
2005-08-28 04:43:48 +00:00
joel
dc54325556
New release notes: snd_t4dwave(4) manual page added.
...
Approved by: brueffer (mentor)
2005-08-18 19:05:46 +00:00
joel
40be38c996
snd_via8233(4) works on amd64.
...
Approved by: brueffer (mentor)
2005-08-16 14:25:12 +00:00
joel
871d7eb888
Auto generate device listings for snd_t4dwave(4).
...
Approved by: brueffer (mentor)
2005-08-15 18:10:27 +00:00
hrs
460f6be7f9
New release notes:
...
New sysctls: kern.malloc_stats and vm.zone_stats,
mpt(4) improvements,
ifconfig(8) -k flag,
libmemstat(3) added,
libpcap updated to v0.9.1, and
tcpdump updated to v3.9.1.
2005-07-15 16:38:52 +00:00
hrs
31b1430572
Trim the old relnotes items.
2005-07-15 15:15:20 +00:00
hrs
71c506efea
Update version numbers to 7-CURRENT.
2005-07-15 15:14:22 +00:00
kensmith
2797073b67
Adjust for HEAD being 7.0 now.
...
Approved by: re (implicit)
2005-07-11 15:50:29 +00:00
scottl
fb0e3fc91b
Adapt the mfsroot environment of sysinstall to the needs of the new dhclient.
...
This involves having passwd bits available so that seteuid("_dhcp") work,
and creating /var/empty so that chroot(_VAR_EMPTY) works. My gut feeling
is that the better solution is to make privsep and chroot optional in
dhclient, but this works well for now and is low-risk.
Approved by: re
2005-07-11 03:59:25 +00:00
hrs
3748117ee9
MFC:
...
$jail_<name>_flags for rc.d/jail, and
pkg_version(1) -I flag.
Approved by: re (implicitly)
2005-07-10 03:47:00 +00:00
hrs
983982e20a
Update release notes:
...
pc98 also supports ELF kernel crash dump now.
Pointed out by: nyan
Approved by: re (implicitly)
2005-07-10 03:33:00 +00:00
hrs
a9a2668bf2
New release notes:
...
amd64/i386 ELF kernel crash dump,
snd_csa(4) suspend/resume support,
ste(4) ALTQ support,
address family check of routing table added,
env(1) -v, -S, and -P options added,
libkvm crash dump support improvement:
ELF format, >4GB on 32-bit arch, and PAE,
$jail_<name>_flags for rc.d/jail added, and
new manual pages: central(4), clkbrd(4), creator(4),
ebus(4), eeprom(4), fhc(4), machfb(4), ofw.console(4),
openfirm(4), openprom(4), rtc(4), and sbus(4).
Update release notes:
Use &man.ofw.console.4;.
Approved by: re (implicitly)
2005-07-09 17:26:10 +00:00
den
763d8c7644
Merge the following from the English version:
...
1.879 -> 1.880 new.sgml
Obtained from: The FreeBSD Russian Documentation Project
Approved by: re (scottl)
2005-07-08 14:34:10 +00:00
simon
fba5f3e9b0
Handle .Li macro's with quoted arguments, which is used in the ath(4)
...
manual page.
Noticed by: brueffer (long ago)
Approved by: re (hrs)
2005-07-04 07:48:02 +00:00
bmah
ca20bf4b48
New release notes: SA-05:13.ipfw, SA-05:14.bzip2, SA-05:15.tcp.
...
Approved by: re (blanket relnotes)
2005-06-30 18:17:09 +00:00
rushani
c320ca6487
- Retire the Early Adopter's Guide in HEAD.
...
- Remove following files since their contents are merged into
relnotes/common/new.sgml years ago.
relnotes/common/artheader.sgml
relnotes/common/intro.sgml
relnotes/common/upgrading.sgml
Approved by: re (hrs)
2005-06-30 16:26:24 +00:00
rushani
4b8b1f028b
Use consistent translation for the word ``interface''.
...
Approved by: re (hrs)
2005-06-30 12:54:57 +00:00
rushani
f32ea9c229
Merge the following from the English version:
...
1.3 -> 1.7 Makefile
1.65 -> 1.73 errata/article.sgml
Approved by: re (hrs)
2005-06-30 12:54:30 +00:00
den
537cec74f8
Update Russian override of dev-auto.sgml
...
Obtained from: The FreeBSD Russian Documentation Project
Approved by: re (blanket)
2005-06-30 12:07:29 +00:00
den
d05041d6f2
Merge the following from the English version:
...
1.278 -> 1.282 hardware/common/dev.sgml
1.31 -> 1.32 installation/common/install.sgml
1.17 -> 1.19 installation/common/trouble.sgml
1.6 -> 1.7 installation/common/artheader.sgml
1.845 -> 1.879 relnotes/common/new.sgml
1.36 -> 1.37 readme/article.sgml
Obtained from: The FreeBSD Russian Documentation Project
Approved by: re (blanket)
2005-06-30 11:35:03 +00:00
bmah
a4a984e930
Fix grammar and markup nits, do some wordsmithing.
...
Approved by: re (blanket relnotes)
2005-06-30 04:55:46 +00:00
rushani
9965deb378
Merge the following from the English version:
...
1.5 -> 1.7 hardware/common/artheader.sgml
1.269 -> 1.281 hardware/common/dev.sgml
Update a Japanese override of dev-auto.sgml.
Approved by: re (hrs)
Based on work by: Ryusuke Suzuki <ryusuke at nucl.sci.hokudai.ac.jp>
2005-06-27 17:48:20 +00:00
rushani
2fe3f17457
bs driver was already removed.
...
Approved by: re (hrs)
Reviewed by: nyan
MFC after: 1 week
2005-06-27 14:54:49 +00:00