118193 Commits

Author SHA1 Message Date
jhb
b7b3a42983 MFC: Install nextboot in /rescue as /rescue/nextboot rather than
/rescue/nextboot.sh to match the name in /sbin.
2005-12-22 21:17:12 +00:00
sam
8e53519a18 MFC: add multicast rate support
display a bssid that's zero with the -v option
     add control for packet bursting
2005-12-22 19:32:11 +00:00
sam
e294e1d1d5 MFC: 802.11 layer sta mode beacon miss handling 2005-12-22 19:22:51 +00:00
sam
2979ae7991 MFC: make packet bursting configurable (default to on if device is capable) 2005-12-22 19:18:23 +00:00
sam
b9f8816a97 MFC 1.70: apply local settings when creating neighbor entries in ahdemo mode 2005-12-22 19:14:46 +00:00
sam
9a31dc8790 MFC: 1.69: when creating an ahdemo bss use any requested bssid; otherwise use zero 2005-12-22 19:12:50 +00:00
sam
0e5e9b0791 MFC: 1.40: allow setting the bssid in any mode 2005-12-22 19:10:58 +00:00
sam
1ac4f35004 MFC 1.36: correct handling of dtim for periods > 1 2005-12-22 19:08:39 +00:00
sam
3b038c718d MFC: add fixed rate for sending multicast frames 2005-12-22 19:05:53 +00:00
sam
f6c1e5db4b MFC: disallow module unload when there are dynamic references 2005-12-22 19:02:08 +00:00
sam
92049f01a9 MFC 1.24:
o correct auto mode logic for avoiding turbo channels
  o correct assumption that a static turbo channel is also
      usable in 11a; the opposite is true
2005-12-22 18:45:40 +00:00
sam
a9dc0df253 MFC 1.67: Bandaid ieee80211_set_chan to handle a channel parameter of "any" 2005-12-22 18:44:58 +00:00
sam
14be714397 MFC 1.38: change malloc when setting an optional ie to use M_NOWAIT 2005-12-22 18:25:10 +00:00
sam
610c6bff27 MFC 1.37: correct parameter check when retrieving the current channel list 2005-12-22 18:22:15 +00:00
dougb
03231bcc2b The new rc.subr requires explicit declaration of the command, and this
was fixed in the new ppp script, but I did not merge the ppp-user -> ppp
change, so this got missed. Mea culpa.

Submitted by:	Greg Rivers <gcr+freebsd-stable@tharned.org>
2005-12-22 09:06:07 +00:00
emaste
3a89523d62 MFC r1.160:
When using m_dup(9) to copy more than MHLEN bytes of data, don't
  create an mbuf chain that starts with a cluster containing just MHLEN
  bytes.  This happened because m_dup called m_get or m_getcl depending
  on the amount of data to copy, but then always set the size available
  in the first mbuf to MHLEN.

Approved by:	jmg
Silence from:	rwatson (mentor)
2005-12-22 04:23:10 +00:00
brooks
00f39a9aae MFC trimdomain(3) regression tests. 2005-12-22 03:47:05 +00:00
davidxu
deba570ebe MFC revision 1.20:
Clear return code to zero if joiner successfully waited joinee.
2005-12-22 01:50:44 +00:00
brooks
310d8e8f47 Note that an MFC of a fix to trimdomain(3) may result in changes to host
names in log files under certain circumstances.
2005-12-22 00:43:18 +00:00
brooks
f3e6c8a71c MFC rev 1.6:
When removing the local domain, only do so when the result
	will be a host name.  This is matches the documented behaviro.
	The previous behavior would remove the domain name even if
	the result retained a dot.

	This fixes rsh connections from a.example.com to example.com.

This is also reported to fix rsh connections from host xxx to
yyy.example.com.

PR:		88301
2005-12-22 00:34:48 +00:00
flz
2f3fb440a3 MFC: Add ProductID for the iPod Nano.
usb_quirks.c:	1.44
	usbdevs:	1.237

Approved by:	ssouhlal
2005-12-21 23:11:14 +00:00
thompsa
9bc985ef4d MFC r1.37: use m_dup rather than m_copypacket 2005-12-21 22:52:48 +00:00
ru
e99168e9f6 MFC: 1.523: Don't create a hierarchy before installing a kernel. 2005-12-21 15:55:17 +00:00
des
3afb234d50 MFC: add a -0 option for interoperability with xargs -0 2005-12-21 12:17:49 +00:00
des
9004f411a5 MFC: (1.35) wording tweaks 2005-12-21 12:16:39 +00:00
des
0b19b26f18 MFC: (1.58) add -r option for GNU compatibility 2005-12-21 12:15:52 +00:00
ru
1898f8a6fe MFC: 1.17: Fix PCI ID of the AMD-8111 System Management controller
that provides SMBus 1.0 function that this driver supports.
2005-12-21 11:00:53 +00:00
dougb
83dcdc924b MFC 1.52, do not delete stale /etc/rc.d files by default 2005-12-21 09:04:24 +00:00
maxim
3bfb46bf00 MFC rev. 1.38: fix usage(). 2005-12-21 08:12:28 +00:00
dougb
3b583b7967 MFC the inclusion of scripts from the local_startup directories
into the base rcorder, and related changes.
2005-12-21 07:11:35 +00:00
dougb
bd48ae6527 MFC of 1.28, -mdoc sweep 2005-12-21 06:03:31 +00:00
dougb
b18aa44ab0 MFC 1.27, s#/etc/make.conf#make.conf(5)# 2005-12-21 06:01:30 +00:00
dougb
cb9c4e746a MFC 1.38, 1.4[1-3], and 1.46; excellent work done by yar to clean
up and improve this file.
2005-12-20 21:17:20 +00:00
brooks
964ba286a9 MFC 1.5: we now support BPF write filters unconditionally. 2005-12-20 21:11:16 +00:00
brooks
a2aee2ad8e MFC 1.12:
When we get a bogus hostname in an option, drop the option
	rather than refusing the lease.  This allow obtaining leases
	on misadministered networks that use host names with
	underscores in them.

Reminded by:	avatar
2005-12-20 21:02:22 +00:00
dougb
48bf82a19f MFC 1.56, make install of sshd conditional on NO_OPENSSH 2005-12-20 20:56:21 +00:00
jhb
e4c2908f0b MFC: Add a new 'show lock' command to ddb that can dump information about
mutexes and sx locks including current owners, etc.
2005-12-20 19:28:24 +00:00
glebius
5b6819c0d6 MFC 1.26:
Suppress logging about unimplemented syscalls to one time per process. This
  prevents hard flood of the system console.

  Reviewed by:	bde
2005-12-19 17:06:51 +00:00
bruno
fa6896f870 MFC: don't flood kernel logs with "invalid _PSS package" messages.
Approved by:	njl, imp (mentor)
2005-12-19 11:19:26 +00:00
jkoshy
50d87e1085 MFC {devd.8 r1.15,1.16; devd.cc r1.29}
"Add a -f configfile option to devd(8), based on a patch submitted by
  Wojciech A. Koszek."
2005-12-19 03:33:05 +00:00
iedowse
4bb71dd5cf MFC 1.70: provide the USB device release number along with other
parameters so that devd can match on it.
2005-12-18 15:51:31 +00:00
wpaul
111400b259 Ok, let's try that again. MFC recent changes from -current, this time
to the right branch (interrupt handler API fixes, Ralink RT2500 deadlock
with wpa_supplicant).
2005-12-16 17:33:47 +00:00
mux
c4cfae8744 MFC r1.252:
date: 2005/12/12 14:30:13;  author: mux;  state: Exp;  lines: +1 -0
  Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.
2005-12-16 03:26:37 +00:00
dougb
c8bed0fc29 Diff reduction to HEAD:
MFC yar's cleanup of command=*/foo -> command=*/${name},
and related changes.
2005-12-16 01:42:54 +00:00
dougb
ed5ba6cddd Diff reduction to HEAD.
MFC 1.253 - Mention special behaviour of init(8) when kern_securelevel="0"
MFC 1.265 - Add a devd_flags variable
2005-12-16 01:19:21 +00:00
pjd
1687da5e87 MFC: etc/rc.d/geli 1.3
Simplify the code a bit by using '-q' option for kldstat(8).

Prodded by:	dougb
2005-12-15 23:32:35 +00:00
pjd
407c7742ed MFC: Move setkey(8) from usr.sbin/ to sbin/ and make rc.d/ipsec to run
before rc.d/mountcritremote, so it is possible to mount /usr/ over
	IPsec.

Discussed on:	arch@
Suggested by:	Tomasz Pi³at <tomasz.pilat@axelspringer.pl>
Prodded by:	dougb
2005-12-15 23:30:12 +00:00
dougb
f19ad45cf8 MFC 1.11, update of flags to mount for switching to RW. 2005-12-15 18:59:21 +00:00
dougb
2948f5e92a Diff reduction to HEAD, MFC 1.7 which removes a needless FILEMODE line
Approved by:	ru
2005-12-15 18:57:11 +00:00
maxim
b08fccbd06 MFC rev. 1.134: fix for a bug where NFS/TCP would
not reconnect (in the case where the server FIN'ed).

PR:		kern/88833
Requested by:	Roman V. Palagin
Approved by:	Mohan Strinivasan
2005-12-15 18:10:37 +00:00