Commit Graph

118785 Commits

Author SHA1 Message Date
ru
a598a0b072 MFC: 1.97: axe unused function, 1.98: fix locking.
Approved by:	re (scottl)
2006-02-08 16:22:45 +00:00
ru
a6e0606001 MFC: Bump copyright year.
Approved by:	re (scottl)
2006-02-08 09:11:58 +00:00
ps
560c889530 MFC:
Remove GIANT from device random.

Approved by:	re (scottl)
2006-02-08 05:58:17 +00:00
mjacob
975a64fd91 MFC 1.21: update man page for boot stuff plus remove some cards described.
Approved by:	re
2006-02-07 22:01:59 +00:00
davidxu
7bd3a09a50 MFC amd64/amd64/machdep.c revision 1.646, i386/i386/machdep.c
revision 1.622
>
> Clear carry flag in get_mcontext so that setcontext does not
> return a bogus error.
>
> PR: misc/92110

Approved by:	re (scottl)
2006-02-07 00:29:33 +00:00
netchild
e7e9bb50b6 MFC rev 1.79 and 1.80:
Allow to use more than 7 buttons (31 in case you don't want to look
  at the code) with USB mice.

Requested by:	Seán C. Farley <sean-freebsd@farley.org>
Approved by:	re (kensmith)
2006-02-06 20:29:17 +00:00
ru
a5e5f01dae MFC: 1.3: RELENG_6_* commit constraints.
Approved by:	re (kensmith)
2006-02-06 16:39:06 +00:00
bmah
42182536cd Fix misspelling: s/Janurary/January/
Approved by:	re (scottl)
2006-02-05 20:45:04 +00:00
oleg
d381d868b6 MFC 1.120:
1) Fix link state detection for cards operating in TBI mode (fiber ones)
2) add missing bus_dmamap_sync() call in bge_intr()

Approved by:	re (scottl)
2006-02-05 18:07:15 +00:00
mjacob
fcfd54426b MFC overflow bug fixes and disable ISP_DAC_SUPPORTED for now
Approved by: re
2006-02-04 23:53:08 +00:00
netchild
f8325a658c MFC
- rev 1.31 of maestro.c
 - rev 1.93 of dsp.c

Both fix potential NULL pointer dereferencing.

Found with:	Coverity Prevent(tm)
Approved by:	re (kensmith)
2006-02-04 11:58:28 +00:00
sam
3d8ebe26d4 add DEFAULTS and remove entries in GENERIC now duplicated
Approved by:	re (scottl)
2006-02-03 23:37:21 +00:00
ru
610b3e366d MFC: 1.119: Make sure we reprogram multicast filter on IFF_ALLMULTI.
Approved by:	re (kensmith)
2006-02-03 15:56:42 +00:00
ru
0964959703 MFC: 1.25, 1.26: Fix multicast routing on 64-bit platforms.
Approved by:	re (kensmith)
2006-02-03 15:51:17 +00:00
scottl
4aa6274b4c MFC: Move inlined functions into a library.
Approved by: re
2006-02-03 14:43:57 +00:00
thompsa
7a8d8adc25 MFC r1.150, do not send two ARP replies if the bridge has an address.
Approved by:	re (scottl)
2006-02-03 08:07:42 +00:00
thompsa
3a707b5728 MFC r1.52, fix inconsistencies with the bridge route table.
Approved by:	re (scottl)
2006-02-03 08:06:11 +00:00
cvs2svn
de143a5b92 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-02-03 01:35:37 +00:00
trhodes
4969a1e922 MFC:
Work around an mdoc bug.

Actually MFC the enhanced SYNOPSIS section, wasn't a real bug according
to ru.

Requested/reminded by:  marius
Approved by:            re (scottl)
2006-02-02 07:50:02 +00:00
brueffer
2f753f8970 MFC: rev. 1.62
Document JMicron JMB360.

Approved by:	re (scottl)
2006-02-02 06:06:27 +00:00
kensmith
764cb1fdfc Note that we've entered code freeze and the 6.1-RELEASE cycle has
begun but we're not ready to branch yet so we call it PRERELEASE
between now and when we're ready to branch.

Approved by:	re (implicit)
2006-02-01 18:04:43 +00:00
stefanf
ce5ae18e82 Unbreak building RELENG_6 on RELENG_5 by providing a __format_arg macro if
it's not defined in <sys/cdefs.h>.  This situation happens early when building
the bootstrap-tools, where the new <nl_types.h> is mixed with the old
<sys/cdefs.h>.

Submitted by:	imp
Reviewed by:	ru
2006-02-01 12:24:39 +00:00
nyan
f08720b58a MFC: Remove unsupported hardware. 2006-02-01 11:12:34 +00:00
rik
4908bf7b86 MFC: -j 1.9 -j 1.10
----------------------------
	revision 1.10
	date: 2006/01/29 22:06:51;  author: rik;  state: Exp;  lines: +1 -0
	Fix module from panic.
	Pointy hat:	brooks
	MFC after:	3 days
2006-02-01 04:50:07 +00:00
jkim
9ca5124a7d MFC: usr.sbin/sysinstall/disks.c 1.155
- Hide 'incorrect geometry warning' in non-interactive mode. Users should
know what they are doing in non-interactive mode.  Less scarier warning
goes to debugging info instead.
- Print sanitized geometry to debugging info.
2006-01-31 22:07:18 +00:00
jkim
59efc5f86e MFC: Add `mediaOpen' function. This function mounts selected media device.
For example, you can dynamically generate and load configuration file
depending on the hardware configuration with the following template:

	mediaSetCDROM
	mediaOpen
	command=/dist/scripts/install.sh
	system
	mediaClose
	configFile=generated.cfg
	loadConfig

Now we have full access to files on the media before installation begins.
2006-01-31 22:03:19 +00:00
pjd
cefc091c9d MFC: sbin/geom/class/eli/geom_eli.c 1.6
Remove unused argument.
2006-01-31 21:24:36 +00:00
sam
9df8de65f3 MFC: reorg tools to simplify use with crunchgen and rename net80211
tools as originally intended
2006-01-31 20:48:21 +00:00
brd
c110472f36 MFC 1.37
- Mention that users need to be in the wheel group to `su - root' by default, and how to change it.

PR:		docs/70616
Submitted by:	Jilles Tjoelker <jilles at stack dot nl>
Reviewed by:	ru@
Approved by:	ceri@
2006-01-31 20:32:36 +00:00
jhb
5c3c3d48b2 MFC: Note that the device names in /dev for rp(4) and si(4) have changed.
Requested by:	scottl (sorta, these aren't release notes)
2006-01-31 20:29:43 +00:00
jhb
417a95e45e MFC: Update rp(4) filenames due to the changes to fix support for machines
with multiple rp(4) cards.

Requested by:	scottl
2006-01-31 20:13:58 +00:00
joel
c94a080d27 MFC r1.5:
Make the SYNOPSIS section a bit more informative.
2006-01-31 18:39:35 +00:00
krion
be897ab3b0 MFC: pkg_add.1:1.70
date: 2006/01/29 20:30:55;  author: krion;  state: Exp;  lines: +1 -1
  Fix typo.
2006-01-31 18:33:59 +00:00
joel
bdd30411fc MFC r1.46:
-  Remove the comment about WSS/MSS cards being the best supported
     cards on the market.
  -  Remove the entire HARDWARE section.  It's superfluous since all
     snd_* manual pages have their own HARDWARE sections these days.
2006-01-31 18:31:34 +00:00
joel
bedafd344f MFC:
Remove sound since the sound(4) manual page no longer have a
  HARDWARE section.
2006-01-31 18:30:41 +00:00
jhay
0d13ff15f8 MFC:
Add AfriNIC as a RIR.

PR:		80421
Submitted by:	Adrian Frith <adrian at frith.homelinux.org>
2006-01-31 18:16:04 +00:00
ache
880a2a0bb8 MFC: 1.21 (don't update to current time on error) 2006-01-31 18:02:56 +00:00
stefanf
b1424e33b5 MFC: Add the macro __format_arg which expands to the format_arg attribute if
supported.
2006-01-31 17:57:17 +00:00
imp
ac322d9320 MFC: 1.114
Add some sanity checking for cards being inserted multiple times.
	Be more careful about initializing lists to prevent resource leaks.
2006-01-31 17:10:02 +00:00
ume
4b7ff8cc00 MFC 1.85: don't embed scope id before running packet filters. 2006-01-31 16:36:11 +00:00
andre
c35747e82b MFC 1.110 & 1.111: Simplify ip_next_mtu(). 2006-01-31 16:21:43 +00:00
andre
f527d7aaff MFC 1.312: In ip_forward() compute MTU always if it hasn't been done before. 2006-01-31 16:17:22 +00:00
andre
d5bfca13df MFC 1.117: In ip_mdq() compute TV_DELTA the correct way around. 2006-01-31 16:13:22 +00:00
andre
cd72f08ff6 MFC 1.93: In in_control() only remove in_ifaddr from ia_hash if it is an
AF_INET address.
2006-01-31 16:11:37 +00:00
andre
afdcfafe55 MFC 1.286 & 1.287: Check the correct TTL in both the IPv6 and IPv4 cases. 2006-01-31 16:09:34 +00:00
andre
e3fbc5aabf MFC 1.253: In in_delayed_cksum() don't perform m_pullup() because we can't
pass the new mbuf pointer to the callers.
2006-01-31 16:06:05 +00:00
andre
ecd3f47aed MFC 1.81: In syncache_expand() fix a case that currently can't be triggered. 2006-01-31 16:03:42 +00:00
andre
b80f61dff3 MFC 1.252: Prevent dereferencing NULL route pointer when trying to update
the route MTU.
2006-01-31 16:01:38 +00:00
glebius
c625a74834 MFC:
Add some initial locking to gif(4), that covers output path.
2006-01-31 15:56:47 +00:00
phk
164ce7afe5 MFC:
Updated flash library
	ramdisk sizes and last orders.
2006-01-31 15:56:33 +00:00