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
glebius
fbdc4a3cd4
MFC:
...
- In pipe() return the error returned by pipe_create(), rather then
hardcoded ENFILES, which is incorrect. pipe_create() can fail due
to ENOMEM.
- Update manual page, describing ENOMEM return code.
Reviewed by: arch
2006-01-31 15:44:51 +00:00
glebius
8b1551dbbf
MFC 1.182:
...
Implement 'ipfw fwd laddr,port' feature for UDP. According to ipfw(8)
it should work, however it never did. People expect it to work.
PR: kern/90834
2006-01-31 15:40:15 +00:00
glebius
5ce5257942
MFC 1.27:
...
Simplify ng_source_send() removing temporary queue and merging two
cycles into one.
2006-01-31 15:39:05 +00:00
glebius
606be86649
Sync ng_pppoe with HEAD, merging:
...
- ktr(4) instead of printfs.
- D-Link compat mode.
- style(9) cleanup.
2006-01-31 15:36:11 +00:00
oleg
bbe593a6a4
MFC 1.124:
...
Fix minor bug in uRPF: if net.link.ether.inet.useloopback=1 and we send
broadcast packet using our own source ip address it may be rejected by
uRPF rules.
PR: kern/76971
2006-01-31 14:48:03 +00:00
imp
eeccc1a672
I haven't yet merged back the defines from -current for
...
__PCI_REROUTE_INTERRUPT, so merging it was in error. I thought I'd
specifically checked before the commit, but it looks like I was wrong.
Thanks to Peter Pentchev (roam@) for his help in finding this...
2006-01-31 14:42:43 +00:00
pjd
894edd33c9
MFC: sbin/geom/core/geom.8 1.18
...
Add a reference to geli(8).
2006-01-31 12:39:26 +00:00
ssouhlal
e7d3440442
MFC r1.215:
...
Don't try to load KLDs if we're mounting the root. We'd otherwise panic.
Tested by: kris
2006-01-31 06:00:32 +00:00
pjd
3c50f6ff81
MFC: etc/rc.d/ipsec 1.14,1.15
...
- Use $ipsec_file instead of hardcoded /etc/ipsec.conf.
- Remove stale comment.
2006-01-31 00:28:01 +00:00
ariff
febe43b1e7
MFC: revision 1.3
...
Native 32bit recording is turned on, although broken on some hardware.
2006-01-31 00:10:09 +00:00