Commit Graph

118228 Commits

Author SHA1 Message Date
jhb
01364d3f00 MFC: Destroy the /dev device before destroying the mutex or
releasing resources.
2005-12-28 16:52:45 +00:00
glebius
c8892dd722 MFC 1.251:
When we drop packet due to no space in output interface output queue, also
  increase the ifp->if_snd.ifq_drops.

  PR:             72440
  Submitted by:   ikob
2005-12-28 13:37:25 +00:00
glebius
9c2a5c3b76 MFC:
Add a knob to suppress logging of attempts to modify
  permanent ARP entries.

  Submitted by:   Andrew Alcheyev <buddy telenet.ru>
2005-12-28 13:33:41 +00:00
maxim
443a815883 MFC rev. 1.99: NetBSD 3.0. 2005-12-28 10:06:28 +00:00
maxim
8990df231a MFC rev. 1.16: kill debug printf(3) leftovers. 2005-12-28 10:01:46 +00:00
maxim
19cb4f6491 o MFC rev. 1.13: typo fix and CMSG_LEN() macro. 2005-12-28 09:58:42 +00:00
ade
b9ac3400af MFC: 1.171 2005-12-28 08:42:54 +00:00
thompsa
d5df7ef24c MFC r1.39-40, whitespace and M_ZERO fixes 2005-12-28 06:27:52 +00:00
thompsa
a48e8794fd MFC: Add support for creating span ports
sbin/ifconfig/ifbridge.c	r1.3
 sbin/ifconfig/ifconfig.8	r1.109
 sys/net/if_bridge.c		r1.36, 1.38
 sys/net/if_bridgevar.h		r1.7, 1.8
 sys/net/if_ethersubr.c		r1.210
2005-12-28 04:12:58 +00:00
csjp
22f2501d22 MFC bpf stats functionality into netstat 2005-12-27 23:34:13 +00:00
ru
9954405350 MFC: 1.23: Fix mysterious parallel build failures. 2005-12-27 21:35:40 +00:00
wollman
f7803ab680 Merge tzdata2005r from vendor branch. 2005-12-27 19:57:37 +00:00
delphij
d8aad764ce MFC revision 1.5
date: 2005/08/29 15:18:04;  author: yar;  state: Exp;  lines: +1 -1
Unbreak stand-alone build of the de(4) module.

Reported by:	Boris Samorodov <bsam ipt.ru>
Requested by:	Roman V. Palagin  <romanp unshadow.net>
2005-12-27 02:39:44 +00:00
gnn
cdcd368c4f MFC of SCTP protocol number. 2005-12-27 00:52:24 +00:00
pav
81c5ad0c14 MFC umass.c 1.126,1.127 and usbdevs 1.239:
- Ignore incorrect CSW signatures on my PURE PocketDAB 2000 player
2005-12-27 00:35:38 +00:00
remko
095e905517 MFC v1.28 by ru:
fix a markup nit.

PR:             docs/88848
Prodded by:     remko
2005-12-26 19:02:53 +00:00
sam
1853c8603d MFC: deftxkey explanation 2005-12-26 18:19:40 +00:00
stefanf
0317a9cee7 MFC:
- Add the times builtin.
- Correctly quoted output of trap.
- Man page updates.
- Cleanup of builtins.def.
2005-12-26 15:43:54 +00:00
dds
3459412dad MFC changes from 2005.10.26:
Move execve's access time update functionality into a
new vfs_mark_atime() function, and use the new function
for performing efficient atime updates in mmap().
2005-12-26 13:47:20 +00:00
davidxu
93b322a2d4 Sync version number with libpthread. 2005-12-26 12:30:53 +00:00
suz
aa390870a7 MFC 1.57 (Raw IPv6 checksum must use the protocol number of the last header,
instread of the first next-header value)
2005-12-26 00:59:12 +00:00
wilko
d382b85b01 We will not be responsible for damage to equipment, your ego, county wide
power outages, spontaneously generated mini (or larger) black holes,
planetary disruptions, or personal injury or worse that may result from the
use of this material.
                -- taken from Samuel M. Goldwasser's
                   Sam's Strobe FAQ Notes on the Troubleshooting
                   and Repair of Electronic Flash Units and Strobe Lights
2005-12-25 23:29:59 +00:00
wilko
ae84954d32 Add an example for WEP.
OK-ed by: sam
2005-12-25 22:31:54 +00:00
mlaier
ebc290037a MFC: ip_carp.c, 1.33
Fix build after in6_joingroup change.  It remains unclear if DAD breaks
  CARP or not.

Unbreaks build after massive netinet6 MFC.
2005-12-25 21:59:20 +00:00
bz
751e9343fb MFC rev. 1.20
Make nve(4) work for people with nf3/nf4 who never got it
working at all and only saw "nve0: device timeout (N)" messages.
- Setup PHY before handing control to NVidia API setting
  speed, duplex, enabling interrupts, etc.
- Add restriction of MAXADDR_32BIT for high address to contigmalloc
  to make the driver work on machines with 4+GB of memory.
2005-12-25 21:57:03 +00:00
dds
42f3618725 MFC 1.19
Use the appropriate error function for displaying the error,
instead of printing it to stdout.
2005-12-25 16:26:40 +00:00
suz
675445a4d6 MFC: sync with KAME regarding NDP
- introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners
- supports Router-Preference <draft-ietf-ipv6-router-selection-07.txt>
- better prefix lifetime management
- more spec-comformant DAD advertisement
- updated RFC/internet-draft revisions
- renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC
- plugged a possible memory leak

	share/doc/IMPLEMENTATIONS	Rev.1.9
	sys/netinet/icmp6.h		Rev.1.20
	sys/netinet6/icmp6.c		Rev.1.69
	sys/netinet6/in6.c		Rev.1.57,58
	sys/netinet6/in6.h		Rev.1.41,42
	sys/netinet6/in6_ifattach.c	Rev.1.31
	sys/netinet6/in6_ifattach.h	Rev.1.7
	sys/netinet6/in6_src.c		Rev.1.36
	sys/netinet6/in6_var.h		Rev.1.27
	sys/netinet6/ip6_var.h		Rev.1.36
	sys/netinet6/ip6_output.c	Rev.1.99,100
	sys/netinet6/mld6.c		Rev.1.24,25
	sys/netinet6/mld6_var.h		Rev.1.7
	sys/netinet6/nd6.c		Rev.1.59,61,62
	sys/netinet6/nd6.h		Rev.1.21
	sys/netinet6/nd6_nbr.c		Rev.1.34,37,38,39
	sys/netinet6/nd6_rtr.c		Rev.1.30,31
2005-12-25 14:03:38 +00:00
suz
645f921931 MFC: changes malloc type (M_IPMADDR->M_IP6MADDR, M_IPMOPTS->M_IP6MOPTS, M_MRTABL
E->M_MRTABLE6)

 Rev.1.54 in6.c
 Rev.1.64 in6_pcb.c
 Rev.1.25 in6_var.h
 Rev.1.33 ip6_mroute.c
 Rev.1.98 ip6_output.c
 Rev.1.23 mld6.c
2005-12-25 12:44:12 +00:00
suz
d93ffc4d8d MFC Rev.1.68 (don't respond to NI_QTYPE_IPV4ADDR) 2005-12-25 12:21:55 +00:00
suz
6812ce3e6e MFC the following KAME sync work.
- fixed typos
  - improved some comment descriptions
  - use NULL, instead of 0, to denote a NULL pointer
  - avoid embedding a magic number in the code
  - use nd6log() instead of log() to record NDP-specific logs
  - nuked an unnecessay white space

  Revision  Path
  1.67      src/sys/netinet6/icmp6.c
  1.55      src/sys/netinet6/in6.c
  1.29      src/sys/netinet6/in6_ifattach.c
  1.56      src/sys/netinet6/nd6.c
  1.35      src/sys/netinet6/nd6_nbr.c
  1.29      src/sys/netinet6/nd6_rtr.c
2005-12-25 12:15:13 +00:00
wilko
22f6cb7565 "A life lived in fear is a life half lived" 2005-12-24 17:55:33 +00:00
thompsa
911c4e7496 MFC r1.41, do not BPF_MTAP the packet twice 2005-12-24 01:13:17 +00:00
davidxu
326a7a67d3 MFC following revisions to fix mutex memory leak for threaded program:
local.h		revision 1.28
	fread.c		revision 1.13
	vfscanf.c	revision 1.39
2005-12-23 06:07:43 +00:00
wollman
e76d53431c Merge tzdata2005l, tzdata2005m, and tzdata2005q from vendor branch.
Too many zones change to summarize here.
2005-12-22 23:47:26 +00:00
jhb
c240b8f56c MFC: Remove linux_mib_destroy() since MTX_SYSINIT's gaining of a SYSUNINIT
that called mtx_destroy() made it obsolete.
2005-12-22 21:25:20 +00:00
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