118775 Commits

Author SHA1 Message Date
rwatson
c399fba0fe Merge Makefile:1.4 from HEAD to RELENG_6:
Add missing shared library interdependencies.

Approved by:	re (mux)
2006-02-24 17:17:09 +00:00
keramida
b6c769da16 MFC 1.73:
Revert a minor glitch of revision 1.69

    Submitted by:   Andriy Tkachuk <andrit@ukr.net>
    X-MFC after:    RE approval

Approved by:	re (mux)
2006-02-24 15:13:33 +00:00
nyan
64225abab5 MFC: revision 1.26
- Initialize the port_bst and port_bsh variables.

Approved by:	re (mux)
2006-02-24 14:36:22 +00:00
ru
0095d3270c MFC: 1.58: Clear csum_flags after reading from the socket buffer.
Approved by:	re (scottl)
2006-02-24 11:23:05 +00:00
dougb
e06b34cad1 MFC significant overhaul of rc.d/named script, including
addition of named_uid default rc.conf variable.

etc/defaults/rc.conf		1.275
etc/rc.d/named			1.24
share/man/man5/rc.conf.5	1.286

Approved by:	re (scottl)
2006-02-24 09:43:33 +00:00
brueffer
377a4e0640 MFC: rev. 1.6
Update for the 9550 series of controllers.

Approved by:	re (scottl)
2006-02-24 08:43:04 +00:00
markus
f0fed5c831 MFC: rev 1.2
Fix scancode translation table

Approved by:	re (scottl), emax
2006-02-23 15:37:43 +00:00
dwmalone
ab251f7d8e MFC: Print Virtual Machine Extensions feature and remove stale comment.
Approved by: re (scottl)
2006-02-23 15:03:42 +00:00
dwmalone
0b482c2cef MFC: Make column roundup to the next tab.
Approved by:	re (scottl)
2006-02-23 11:34:45 +00:00
ume
aae4aa6779 MFC: Obey opt_inet6.h in kernel build directory.
sys/modules/dummynet/Makefile:	1.5
	sys/netinet/ip_dummynet.c:	1.100

Approved by:	re (scottl)
2006-02-23 08:28:15 +00:00
hrs
9ec30d2c18 Update version numbers in &release.*;.
Approved by:	re (implicitly)
2006-02-23 06:21:47 +00:00
mlaier
1b2c640903 Forgot to "cvs add" the man-page.
Approved by:	re (implicit)
2006-02-23 05:51:08 +00:00
davidxu
272a5d8381 MFC revision 1.6.
Approved by: re (scottl)
2006-02-23 03:56:03 +00:00
mlaier
91f5858c74 MFC:
firmware(9) is a subsystem to load binary data into the kernel via a
  specially crafted module.  There are several handrolled sollutions to this
  problem in the tree already which will be replaced with this.  They
  include iwi(4), ipw(4), ispfw(4) and digi(4).

Approved by: re(scottl)
2006-02-23 02:13:32 +00:00
sam
a41d57c7a0 MFC 1.28: correct check for whether wpa is enabled
Approved by:	re (scottl)
2006-02-23 02:06:46 +00:00
sam
44cbc2ce07 MFC 1.44: treat setting the optional ie to a zero-length datum to
mean "delete the ie"

Approved by:	re (scottl)
2006-02-23 02:03:39 +00:00
cvs2svn
34436ebdd7 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-02-22 21:51:10 +00:00
krion
846e0cb061 MFC: perform.c: 1.15
date: 2006/02/12 16:09:33;  author: krion;  state: Exp;  lines: +5 -4
  Fix pkg_version with the -o argument to print the origin.

Approved by:	re (scottl)
2006-02-22 16:28:42 +00:00
yar
e9d04fa8d8 MFC rev. 1.6: This module would be meaningless w/o CODA_COMPAT_5.
Approved by:	re (mux)
2006-02-22 11:55:26 +00:00
yar
ca7d95e3ce MFC rev. 1.439: build-time options of kernel modules.
Approved by:	re (mux)
2006-02-22 11:51:57 +00:00
sam
95557001c5 MFC 1.128: close race between ath_tx_start and ath_tx_processq
Approved by:	re (scottl)
2006-02-22 01:17:12 +00:00
yar
fab469029a MFC rev. 1.32:
Work around the fact that nfsclient SRCS must include
  nfs_diskless.c if NFS_ROOT is in effect, e.g., present
  in the kernel config file.  Otherwise the built module
  won't load due to an undefined reference to nfs_setup_diskless.

Approved by:	re (scottl)
2006-02-21 17:22:57 +00:00
sam
ce04d23805 MFC: Change default build of wpa_supplicant to include EAPOL support
Approved by:	re (scottl, hrs)
2006-02-21 17:19:54 +00:00
bmah
f7ad35b84e New release notes: SA-06:01, SA-06:02, SA-06:03, SA-06:04, SA-06:05,
SA-06:06, SA-06:07, BIND 9.3.2, tzdata2005r.

While here, bump copyright date.

Approved by:	re (hrs)
2006-02-21 07:33:41 +00:00
yar
dbcb706f58 Work around the shortness of the size argument to
vnode_create_vobject() while preserving the binary ABI
to filesystem modules in RELENG_6: introduce a new function
vnode_create_vobject_off() that takes the size argument
as off_t; move all stock file systems to it; re-implement
the old vnode_create_vobject() using vnode_create_vobject_off()
so that old or binary-only FS modules can work w/o hitting the
bug.  The trick is to pass a size of 0 to vnode_create_vobject_off()
so that it will call VOP_GETATTR() and thus get the actual,
untruncated file size even if the calling module still uses
the old vnode_create_vobject().

PR:		kern/92243
Approved by:	re (scottl)
2006-02-20 00:53:15 +00:00
ceri
5ae1a9f419 MFC revision 1.49:
Update a comment to match functionality changed in r1.39 (allow square
  brackets in process names).

Approved by:	re (scottl)
2006-02-19 18:36:20 +00:00
brueffer
05a31f63b7 MFC: rev. 1.29
Xref chkgrp(8).

Approved by:	re (mux)
2006-02-19 18:35:39 +00:00
brueffer
71e132327a MFC: rev. 1.9
JMicron RAID metadata support.

Approved by:	re (mux)
2006-02-19 18:33:07 +00:00
brueffer
11978815c2 MFC: rev. 1.63
JMicron JMB363 support.

Approved by:	re (mux, the new kid on the block)
2006-02-19 18:32:12 +00:00
markus
fbabbd9d5a MFC: rev. 1.6
- Grammar fixes
- Reword one sentence

Approved by:	re (scottl), brueffer
2006-02-19 15:44:51 +00:00
markus
4b6a3490b9 MFC: rev. 1.2
- Fix attribute id of HIDBatteryPower
- Fix two typos in comments

Approved by:	re (scottl), emax
2006-02-19 15:39:31 +00:00
sos
a3ddb94db9 MFC:
Add support for the JMicron JMB363 dual SATA + single PATA controller.
	Add r/w support for JMicron ATA RAID metadata.
	Add a reset of the AHCI machinery to the ICH6/ICH7 support.
	Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.
	Unbreak DMA dump on Intel 31224.

Approved by:	re@ (scottl)
2006-02-19 15:18:23 +00:00
ume
cc52cf5ad6 MFC 1.20: The libwrap built with NO_INET6=yes cannot parse
an IPv6 address.  So, mention it in comment.

Approved by:	re (scottl)
2006-02-19 14:59:00 +00:00
brueffer
a0677c3e30 MFC: rev. 1.268
A better, more correct explanation of NO_SHARED.

Approved by:	re (scottl)
2006-02-19 08:14:14 +00:00
brueffer
65819a8776 MFC: rev. 1.124 + 1.129
A better, more correct explanation of NO_SHARED.

Approved by:	re (scottl)
2006-02-19 08:12:57 +00:00
ume
3bb1b75748 MFC: The wcwidth(3) should return 2 about characters in JISX0208 codeset.
But it returned 1.
It fixes the problem reported by many Japanese people that tcsh 6.14
doesn't work correctly with ja_JP.eucJP and ja_JP.SJIS locale.

	share/mklocale/ja_JP.SJIS.src:	1.5
	share/mklocale/ja_JP.eucJP.src:	1.4

Approved by:	re (scottl)
2006-02-19 05:47:14 +00:00
sam
6943ed1374 MFC 1.114: add missing args to mac:del and mac:kick
Approved by:	re (scottl)
2006-02-19 00:20:39 +00:00
yar
4af5fcaf38 MFC 1.98: Avoid toggling IFF_UP from the driver because
it's an administrative flag.

Approved by:	re (scottl)
2006-02-18 22:48:16 +00:00
marck
b1b956e890 MFC r1.33:
Default number of direct access devices had been changed from three to two.
Reflect this in other paragraphs.

PR:             93201
Submitted by:   Marian Cerny
Approved by:	re (scottl)
2006-02-17 22:25:02 +00:00
brueffer
a476711c6d MFC: rev. 1.8 - 1.11
- mdoc sweep.
- s/5.5/6.0/ in HISTORY section.
- Document the latest changes for controlling the fan
- s/Thinklight/ThinkLight/
- Xref led(4)

Approved by:	re (scottl)
2006-02-17 20:43:12 +00:00
brueffer
77c6b96aa5 MFC: rev. 1.285
Correct references to ipnat(8).

Approved by:	re (murray)
2006-02-17 20:18:19 +00:00
ru
5787b49b31 MFC: Fix a bug that prevented passing IP fragments through a dummynet.
Approved by:	re (scottl)
2006-02-17 16:46:47 +00:00
andre
24e16bb156 MFC ip_icmp.c rev. 1.103-1.106+1.108:
Rework icmp_error() and always quote the entire TCP header, fixes
  issues in draft-gont-icmp-payload-00.txt.
 New net.inet.icmp.reply_from_interface and net.inet.icmp.quotelen.

Sponsored by:	TCP/IP Optimization Fundraise 2005
Approved by:	re (scottl)
2006-02-16 17:50:57 +00:00
sam
6ce8ffbd75 MFC: s/w beacon miss facility
Approved by:	re (scottl)
2006-02-16 16:57:24 +00:00
glebius
2656c27599 MFC 1.107:
Fix two important typos in watchdog handling:
  - Restart watchdog if we *did* processed any descriptors. [1]
  - Log the watchdog event if the link is *up*. [2]

  PR:		kern/92948 [1]
  Submitted by:	Mihail Balikov <mihail.balikov interbgc.com> [1]
  PR:		kern/92895 [2]
  Submitted by:	Vladimir Ivanov <wawa yandex-team.ru> [2]

Approved by:	re (kensmith)
2006-02-16 12:45:12 +00:00
glebius
7fb01282ec MFC 1.62:
Refuse to install invalid ARP entries.

  Submitted by:		Vitaliy Ovsyannikov <V.Ovsyannikov kr.ru>

Approved by:	re (kensmith)
2006-02-16 12:41:18 +00:00
glebius
719a451400 MFC 1.9:
- Increase maximum number of interfaces to 2048.
  - Regroup softc so that frequently used elements are
    grouped in the beginning, while the interfaces
    array is at the end.

Approved by:	re (kensmith)
2006-02-16 12:37:14 +00:00
avatar
4050fc52fd MFC: (1.27) s/bin/sbin/ for mount_nwfs, mount_portalfs and mount_smbfs.
Also document the removal time of these utilities.

Approved by:	re (scottl)
2006-02-16 07:25:23 +00:00
davidxu
7c169c36fc Partially MFC revision 1.14:
> Eliminate compile warnings.

This allows me to debug threaded program on Pentium-D machine.

Approved by:	re (scottl)
2006-02-16 02:40:56 +00:00
rees
24c9cc5118 MFC rev 1.135:
Don't log an error on tcp connection reset, even if we don't get ECONNRESET.

Submitted by:	cel@citi.umich.edu
Approved by:	re (scottl)
2006-02-16 02:39:52 +00:00