]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
17 years agoMFC: 1.37 (grammar), 1.38 (markup), 1.39 (grammar and typos).
ru [Wed, 25 Oct 2006 15:23:48 +0000 (15:23 +0000)]
MFC: 1.37 (grammar), 1.38 (markup), 1.39 (grammar and typos).

Approved by: re (blanket)

17 years agoMFC: De-capitalize days and months' names.
flz [Wed, 25 Oct 2006 15:16:13 +0000 (15:16 +0000)]
MFC: De-capitalize days and months' names.

      src/share/timedef/da_DK.UTF-8.src: rev 1.1 -> 1.2
      src/share/timedef/da_DK.ISO8859-1.src: rev 1.10 -> 1.11

PR: conf/101154
Submitted by: Thomas Jensen <tj@pil.dk>
Approved by: re (hrs)

17 years agoMFC: Add -march=i386 for the amd64 build to generate smaller binaries.
jhb [Wed, 25 Oct 2006 15:03:29 +0000 (15:03 +0000)]
MFC: Add -march=i386 for the amd64 build to generate smaller binaries.

Approved by: re (hrs)

17 years agoSync with HEAD. This includes:
danger [Tue, 24 Oct 2006 20:45:28 +0000 (20:45 +0000)]
Sync with HEAD.  This includes:

- convert to the current style of section 4 man pages
- s/ip.forwarding/net.inet.ip.forwarding/ to match reality
- s/ifconfig tunnel greN/ifconfig greN tunnel/

Approved by: re (bmah), keramida (mentor), trhodes (mentor)

17 years agoMFC
kib [Tue, 24 Oct 2006 15:02:40 +0000 (15:02 +0000)]
MFC
rev. 1.232, 1.233, 1.240 of the src/sys/kern/vfs_mount.c, and
rev. 1.215 of src/sys/sys/mount.h (with change to keep the RELENG_6 ABI).

Fix the races that could occur while waiting for the coveredvp lock.

Approved by: re (kensmith), pjd (mentor)

17 years agoReduce the size of a number of race windows in the TCP socket options
rwatson [Tue, 24 Oct 2006 13:23:03 +0000 (13:23 +0000)]
Reduce the size of a number of race windows in the TCP socket options
processing code: a RST may arrive during a socket option call, causing
the PCB to be freed, leading to an invalid pointer dereference.  When
the kernel blocks in a socket option copyin or memory allocation (such
as during heavy paging), the race window is greatly widened.  This
change re-validates the PCB pointer after returning from the copy/alloc
operation.  This does not eliminate the problem, but does narrow the
window significantly (to the point where it may not be observed at all).

The proper fix is in 7.x, which significantly re-works the socket and
PCB code so that PCB's are not ripped out from under sockets on reset.
However, those changes are not appropriate for an MFC during a release
cycle.  As a result, this is not an MFC, but new code crafted for 6.x.

PR: kern/102412
Reported by: Daniel Austin <daniel at kewlio dot net>
Tested by: Diane Bruce <db at db dot net>
Reviewed by: Diane Bruce <db at db dot net>
Approved by: re (kensmith)

17 years agoMerge all changes from HEAD, except for rev 1.8 which changes the VLAN API.
scottl [Tue, 24 Oct 2006 10:11:39 +0000 (10:11 +0000)]
Merge all changes from HEAD, except for rev 1.8 which changes the VLAN API.
This fixes a number of stability problems with the driver.

Approved by: re
Sponsored by: IronPort

17 years agoMFC:
cperciva [Tue, 24 Oct 2006 09:50:58 +0000 (09:50 +0000)]
MFC:
  Set LC_ALL=C in order to avoid problems with character ranges and
  sorting.

Approved by: re (hrs)

17 years agoMFC revision 1.20:
ceri [Mon, 23 Oct 2006 20:59:26 +0000 (20:59 +0000)]
MFC revision 1.20:
  Update the FILES section which has been wrong for some time.

Approved by: re (hrs)

17 years agoMFC: Various uthread fixes:
jhb [Mon, 23 Oct 2006 20:07:45 +0000 (20:07 +0000)]
MFC: Various uthread fixes:
- Delay setting wakeup time until after poll array has been allocated.
  Blocking on the malloc spinlock would cause the select timeout to be lost.
  (uthread_select.c 1.22)
- Delay unblocking signal and restoring process signal mask until the
  thread signal mask has been updated to avoid stack overflow during signal
  bursts.

  Don't block signal forever if no threads can currently handle signal.

  Check for pending signal after direct invocation of signal handler.
  (uthread_select.c 1.47)
- Backout unblocking of signal if no threads can currently handle it.
  The check for pending signal after direct invocation of signal handler
  is sufficient.
  (uthread_select.c 1.48)

Approved by: re (mux, bmah)

17 years agoMFC revision 1.90, log:
rink [Mon, 23 Oct 2006 06:46:34 +0000 (06:46 +0000)]
MFC revision 1.90, log:

  My previous commit made it impossible to export / over NFS; this small
  change fixes this.

Reported by:    Lin Jui-Nan Eric < ericlin dot jnlin at gmail dot com >
Submitted by:   Erik Trulsson < ertr1013 at student dot uu dot se > (commit is i
nspired by a patch from Erik)
Pointyhat to:   me
Reviewed by:    stable@
Approved by:    re (bmah), imp (mentor)

17 years agoMFC: GNU cpio 2.6 (original committed by tjr@)
delphij [Mon, 23 Oct 2006 03:33:27 +0000 (03:33 +0000)]
MFC: GNU cpio 2.6 (original committed by tjr@)

Approved by: re (hrs)

17 years ago- Move available kernel options to SYNOPSIS, describe how to enable
danger [Sun, 22 Oct 2006 22:26:54 +0000 (22:26 +0000)]
- Move available kernel options to SYNOPSIS, describe how to enable
  ipfw from within loader.conf
- Remove IPDIVERT kernel option
- Add notes about IPFIREWALL_DEFAULT_TO_ACCEPT and IPFIREWALL_FORWARD

This change syncs this man page with the -CURRENT version.

Approved by: re (bmah), keramida (mentor), trhodes (mentor)

17 years agoMFC: Add 'reload' to the list of available commands for the amd rc.d script.
flz [Sun, 22 Oct 2006 20:33:10 +0000 (20:33 +0000)]
MFC: Add 'reload' to the list of available commands for the amd rc.d script.

      src/etc/rc.d/amd: rev 1.17 -> 1.18

PR: conf/104507
Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
Approved by: re (bmah)

17 years agoMFC: 1.7: Fix standalone build of the kernel with "device acpi".
ru [Sun, 22 Oct 2006 19:51:49 +0000 (19:51 +0000)]
MFC: 1.7: Fix standalone build of the kernel with "device acpi".
     1.8: Add missing acpi_wakecode.o: assym.s dependency.

Approved by: re (hrs)

17 years agoMFC bridgestp.c r1.15, if_bridge.c r1.73, if_bridgevar.h r1.15
thompsa [Sat, 21 Oct 2006 19:10:39 +0000 (19:10 +0000)]
MFC bridgestp.c r1.15, if_bridge.c r1.73, if_bridgevar.h r1.15
  Add some statistics that are needed to support RFC4188 as part of the SoC2006
  work on a bridge monitoring module for BSNMP.

Approved by: re (hrs)

17 years agoMFC(rev.1.78): add missing "\n" in printf().
hrs [Sat, 21 Oct 2006 16:27:50 +0000 (16:27 +0000)]
MFC(rev.1.78): add missing "\n" in printf().

Approved by: re (bmah)

17 years agoMFC(rev.1.83): add missing "\n" in printf().
hrs [Sat, 21 Oct 2006 16:26:53 +0000 (16:26 +0000)]
MFC(rev.1.83): add missing "\n" in printf().

Approved by: re (bmah)

17 years agoMFen 1.883.2.46 -> 1.883.2.47
delphij [Sat, 21 Oct 2006 16:17:20 +0000 (16:17 +0000)]
MFen 1.883.2.46 -> 1.883.2.47

Approved by: re (zh_CN.GB2312 relnotes blanket)

17 years agoMFC revs. 1.50 - 1.52: prevents statistics displayed by SIGINFO
maxim [Sat, 21 Oct 2006 16:02:08 +0000 (16:02 +0000)]
MFC revs. 1.50 - 1.52: prevents statistics displayed by SIGINFO
handler from overflow, avoid division by zero, place error checking
code near to the syscall, style.

Approved by: re (bmah)

17 years agoMFC rev. 1.99: check for a required "pathname" argument presence.
maxim [Sat, 21 Oct 2006 15:59:19 +0000 (15:59 +0000)]
MFC rev. 1.99: check for a required "pathname" argument presence.

Approved by: re (bmah)

17 years agoMFC: 1.3: Add more nForce4 SMBus 2.0 PCI IDs.
ru [Sat, 21 Oct 2006 15:40:26 +0000 (15:40 +0000)]
MFC: 1.3: Add more nForce4 SMBus 2.0 PCI IDs.
     1.5: Older incarnations of the device used non-standard BARs.

Approved by: re (hrs)

17 years agoMFC: mailwrapper(8) enhancements on -HEAD. The most visiable
delphij [Sat, 21 Oct 2006 15:03:53 +0000 (15:03 +0000)]
MFC: mailwrapper(8) enhancements on -HEAD.  The most visiable
feature is that we can now specify additional command line
parameters, which makes it possible to use applications, e.g.
mini_sendmail as a sendmail replacement.

Approved by: re (hrs)

17 years agoMFC: libpcap 0.9.4, tcpdump 3.9.4.
bmah [Sat, 21 Oct 2006 14:18:52 +0000 (14:18 +0000)]
MFC:  libpcap 0.9.4, tcpdump 3.9.4.

Approved by: re (implicitly)

17 years agoMFC: sbin/geom/class/mirror/geom_mirror.c 1.15
pjd [Sat, 21 Oct 2006 07:18:08 +0000 (07:18 +0000)]
MFC: sbin/geom/class/mirror/geom_mirror.c 1.15
sbin/geom/class/raid3/geom_raid3.c 1.17,1.18

Be sure to not create devices with (mediasize % sectorsize) != 0.

Reported by: xride
Approved by: re (hrs)

17 years agoMFC: sys/geom/raid3/g_raid3.c 1.77
pjd [Sat, 21 Oct 2006 07:16:41 +0000 (07:16 +0000)]
MFC: sys/geom/raid3/g_raid3.c 1.77

Guard against invalid metadata.

Approved by: re (hrs)

17 years ago - Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq,
glebius [Sat, 21 Oct 2006 05:43:29 +0000 (05:43 +0000)]
  - Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq,
    to obtain correct netmask in case of interface with multiple aliases.
  - While here, remove a comment with a bad idea.

  PR: bin/42120
  Submitted by: Dmitry Frolov <frolov riss-telecom.ru>

Approved by: re (hrs)

17 years agoSync the MFI driver to HEAD. This fixes a potential problem with AEN
scottl [Sat, 21 Oct 2006 05:28:50 +0000 (05:28 +0000)]
Sync the MFI driver to HEAD.  This fixes a potential problem with AEN
events, adds many debugging and informational tools, and increases support
for running the linux management apps.

Approved by: re
Sponsored by: IronPort

17 years agoMFC brgphy.c, 1.46 to RELENG_6
yongari [Sat, 21 Oct 2006 00:26:41 +0000 (00:26 +0000)]
MFC brgphy.c, 1.46 to RELENG_6
 Add PHY support for BCM5752.

Requested by: delphij
Approved by: re (hrs)

17 years agoMFC miidevs, rev. 1.34 to RELENG_6
yongari [Sat, 21 Oct 2006 00:25:38 +0000 (00:25 +0000)]
MFC miidevs, rev. 1.34 to RELENG_6
 Add Broadcom BCM5752 PHY id.

Requested by: delphij
Approved by: re (hrs)

17 years agoMFC: 1.11: Bring manpage up-to-date with respect to the scheduling
ru [Fri, 20 Oct 2006 18:59:44 +0000 (18:59 +0000)]
MFC: 1.11: Bring manpage up-to-date with respect to the scheduling
priority range, and mention the SCHED_OTHER scheduling policy.

Approved by: re (bmah)

17 years agoDon't forget to install mountlate.
des [Fri, 20 Oct 2006 08:58:03 +0000 (08:58 +0000)]
Don't forget to install mountlate.

Approved by: re (bmah)

17 years agoThis commit was manufactured by cvs2svn to create branch 'RELENG_6'.
cvs2svn [Fri, 20 Oct 2006 06:44:05 +0000 (06:44 +0000)]
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.

17 years agoMFC 1.54: correct diag request to fetch isr state on fatal interrupts
sam [Thu, 19 Oct 2006 23:34:00 +0000 (23:34 +0000)]
MFC 1.54: correct diag request to fetch isr state on fatal interrupts

Approved by: re (bmah)

17 years agoMFC r1.5 so C++ programs will work in 6.2. Thanks for the fix, Bruce.
wes [Thu, 19 Oct 2006 15:52:19 +0000 (15:52 +0000)]
MFC r1.5 so C++ programs will work in 6.2.  Thanks for the fix, Bruce.

Moved __BEGIN_DECLS up a little so that it covers __test_sse() and C++
isn't broken,

PR:             104425
Approved by: re (bmah)

17 years agoMFC: Fix sign bug in #ifdef for value of INTRCNT_COUNT.
jhb [Thu, 19 Oct 2006 14:52:03 +0000 (14:52 +0000)]
MFC: Fix sign bug in #ifdef for value of INTRCNT_COUNT.

Approved by: re (hrs)

17 years agoMFC: Sync with HEAD
jhb [Thu, 19 Oct 2006 14:50:48 +0000 (14:50 +0000)]
MFC: Sync with HEAD
- Fix recursed locking in ipmi_polled_enqueue_request().
- Don't toss the last byte during an SMIC read and add SMIC_DEBUG.

Approved by: re (hrs)

17 years agoMFC: Fix td_locks description in comment.
jhb [Thu, 19 Oct 2006 14:49:02 +0000 (14:49 +0000)]
MFC: Fix td_locks description in comment.

Approved by: re (hrs)

17 years agoMFC: Add 'smap' command on x86 and fix merge_help.awk to not choke on it.
jhb [Thu, 19 Oct 2006 14:47:21 +0000 (14:47 +0000)]
MFC: Add 'smap' command on x86 and fix merge_help.awk to not choke on it.

Approved by: re (hrs)

17 years agoMFC: 1.15: Update for newsletter V-12: Inclusion of the new entries
ru [Wed, 18 Oct 2006 13:35:06 +0000 (13:35 +0000)]
MFC: 1.15: Update for newsletter V-12: Inclusion of the new entries
for "Serbia" and "Montenegro".

Approved by: re (hrs)

17 years agoMFC: 1.17: "b0" and "b1" are gone, default for "sb" has changed.
ru [Wed, 18 Oct 2006 12:17:42 +0000 (12:17 +0000)]
MFC: 1.17: "b0" and "b1" are gone, default for "sb" has changed.

Approved by: re (hrs)

17 years agoMFV: 1.1.1.4: Unbreak generation of the terminfo.5 manpage.
ru [Wed, 18 Oct 2006 12:13:51 +0000 (12:13 +0000)]
MFV: 1.1.1.4: Unbreak generation of the terminfo.5 manpage.

Approved by: re (hrs)

17 years agoMFC: Fix our ancient tcpslice for >2GB limits [1].
delphij [Wed, 18 Oct 2006 03:21:37 +0000 (03:21 +0000)]
MFC: Fix our ancient tcpslice for >2GB limits [1].

Also, mention that tcpslice in the base system is being
deprecated, and encourage users to install it from the
ports collection.

PR: bin/13691
Submitted by: Bruce A. Mah
Approved by: re (bmah)

17 years agoMFC: Remove security/freebsd-update from package split; it's now in the
bmah [Tue, 17 Oct 2006 13:52:37 +0000 (13:52 +0000)]
MFC:  Remove security/freebsd-update from package split; it's now in the
base system.

Pointed out by: kris
Approved by: re (implicitly)

17 years ago- Update the baudrate every time the parent changes its link state.
glebius [Tue, 17 Oct 2006 07:24:18 +0000 (07:24 +0000)]
- Update the baudrate every time the parent changes its link state.

Approved by: re (bmah)

17 years agoMFC: v1.53
jmg [Tue, 17 Oct 2006 03:45:54 +0000 (03:45 +0000)]
MFC: v1.53
> don't require a buffer if all we are doing is manipulating the GPIO pins...

Approved by: re (hrs)

17 years agoMFC: v1.52
jmg [Tue, 17 Oct 2006 03:44:22 +0000 (03:44 +0000)]
MFC: v1.52
>   if we are compiling with smbus support, properly depend upon the iic and
>   smbus modules, otherwise as a module you can't kldload bktr...

Approved by: re (hrs)

17 years agoMFC: devd.conf.5 v1.9
jmg [Tue, 17 Oct 2006 03:42:43 +0000 (03:42 +0000)]
MFC: devd.conf.5 v1.9
>   flesh out the devd.conf man page...  Mostly from the PR, but did a couple
>   gramatical tweaks along w/ sorting the list, and adding that serial is
>   available for USB....

Approved by: re (hrs)

17 years agore-apply bandaid for alpha
sam [Tue, 17 Oct 2006 00:20:22 +0000 (00:20 +0000)]
re-apply bandaid for alpha

Approved by: re (implicit, fix build)

17 years agoMFC: build 'as' for big endian if "TARGET_BIG_ENDIAN" is defined.
obrien [Mon, 16 Oct 2006 16:42:56 +0000 (16:42 +0000)]
MFC: build 'as' for big endian if "TARGET_BIG_ENDIAN" is defined.

Approved by: re(KEN)

17 years agoMFC 1.39: Make net.inet6.ip6.auto_linklocal tunable. Someone may
ume [Mon, 16 Oct 2006 15:11:18 +0000 (15:11 +0000)]
MFC 1.39: Make net.inet6.ip6.auto_linklocal tunable.  Someone may
want to enable/disable auto_linklocal even in single user mode.

Approved by: re (hrs)

17 years agoMFC: Revert the default value of net.inet6.ip6.auto_linklocal to 1.
ume [Mon, 16 Oct 2006 15:09:24 +0000 (15:09 +0000)]
MFC: Revert the default value of net.inet6.ip6.auto_linklocal to 1.
If ipv6_enable is not set to "YES", net.inet6.ip6.auto_linklocal
is turned to 0 at boot.

etc/rc.d/auto_linklocal: 1.2
sys/netinet6/in6_ifattach.c: 1.35

Approved by: re (hrs)

17 years agoMFC revision 1.8
csjp [Mon, 16 Oct 2006 15:03:48 +0000 (15:03 +0000)]
MFC revision 1.8

Mark the audit system calls as being un-implemented for jails.

Discussed with: rwatson
Approved by: re (bmah)

17 years agoMFC: Document that unexpand(1)'s -a and -t options are exclusive.
ru [Mon, 16 Oct 2006 13:16:40 +0000 (13:16 +0000)]
MFC: Document that unexpand(1)'s -a and -t options are exclusive.

PR: docs/85063
Approved by: re (hrs)

17 years agoMFC: 1.7: Add missing comma.
ru [Mon, 16 Oct 2006 13:15:29 +0000 (13:15 +0000)]
MFC: 1.7: Add missing comma.

Approved by: re (hrs)

17 years agoMFC: Replace a rarely used "depuration" with "debugging".
ru [Mon, 16 Oct 2006 12:32:38 +0000 (12:32 +0000)]
MFC: Replace a rarely used "depuration" with "debugging".

PR: docs/85127
Approved by: re (hrs)

17 years agoMFC: 1.27: Make the SYNOPSIS section more meaningful.
ru [Mon, 16 Oct 2006 12:31:45 +0000 (12:31 +0000)]
MFC: 1.27: Make the SYNOPSIS section more meaningful.

PR: docs/85066
Approved by: re (hrs)

17 years agoMFC: 1.22: Some word smithing.
ru [Mon, 16 Oct 2006 12:30:51 +0000 (12:30 +0000)]
MFC: 1.22: Some word smithing.

PR: docs/54451
Approved by: re (hrs)

17 years agoMFC: 1.34: Document all character classes our tr(1) implementation
ru [Mon, 16 Oct 2006 12:29:55 +0000 (12:29 +0000)]
MFC: 1.34: Document all character classes our tr(1) implementation
supports, mention that some of them are extensions to POSIX.

PR: docs/85062
Approved by: re (hrs)

17 years agoMFC:
ru [Mon, 16 Oct 2006 12:07:45 +0000 (12:07 +0000)]
MFC:

- 1.66: Fix utility's short description. [1]
- 1.67: various cleanup. [2]

PR: docs/84467 [1], docs/84913 [2]
Approved by: re (hrs)

17 years agoMFC: 1.47: Use normal parentheses.
ru [Mon, 16 Oct 2006 12:06:53 +0000 (12:06 +0000)]
MFC: 1.47: Use normal parentheses.

PR: docs/84549
Approved by: re (hrs)

17 years agoMFC: 1.10: Don't say "rightmost" when referring to the least significant bit.
ru [Mon, 16 Oct 2006 12:03:18 +0000 (12:03 +0000)]
MFC: 1.10: Don't say "rightmost" when referring to the least significant bit.

PR: docs/94803
Approved by: re (hrs)

17 years agoMFC: 1.12: The pam_unix module also provides password management.
ru [Mon, 16 Oct 2006 12:02:15 +0000 (12:02 +0000)]
MFC: 1.12: The pam_unix module also provides password management.

PR: docs/93491
Approved by: re (hrs)

17 years agoMFC: 1.52: Mention "dump -L".
ru [Mon, 16 Oct 2006 12:01:04 +0000 (12:01 +0000)]
MFC: 1.52: Mention "dump -L".

PR: docs/91297
Approved by: re (hrs)

17 years agoMFC More accurately document the implementation details of internal storage.
ru [Mon, 16 Oct 2006 12:00:17 +0000 (12:00 +0000)]
MFC More accurately document the implementation details of internal storage.

PR: docs/82508
Approved by: re (hrs)

17 years agoMFC: 1.122: Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).
ru [Mon, 16 Oct 2006 11:59:08 +0000 (11:59 +0000)]
MFC: 1.122: Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).

PR: docs/57974
Approved by: re (hrs)

17 years agoMFC: Document S_IRWXU and permission bits for group/other.
ru [Mon, 16 Oct 2006 11:57:53 +0000 (11:57 +0000)]
MFC: Document S_IRWXU and permission bits for group/other.

PR: docs/57153
Approved by: re (hrs)

17 years agoMFC: Fix manpage's SYNOPSIS and program's usage().
ru [Mon, 16 Oct 2006 11:57:06 +0000 (11:57 +0000)]
MFC: Fix manpage's SYNOPSIS and program's usage().

PR: docs/43861
Approved by: re (hrs)

17 years agoMFC: 1.21: Document what "msgsz" actually means.
ru [Mon, 16 Oct 2006 11:55:50 +0000 (11:55 +0000)]
MFC: 1.21: Document what "msgsz" actually means.

PR: docs/101145
Approved by: re (hrs)

17 years agoMFC: 1.100:
ru [Mon, 16 Oct 2006 11:54:36 +0000 (11:54 +0000)]
MFC: 1.100:

- Improve description of the -A option.
- Document how whiteouts look in the long output. [1]
- Sort entry types.
- Fix description of the socket type.

PR: docs/51921 [1]
Approved by: re (hrs)

17 years agoMFC: timezone data, reivision 2006n.
ru [Mon, 16 Oct 2006 11:53:21 +0000 (11:53 +0000)]
MFC: timezone data, reivision 2006n.

Approved by: re (hrs)

17 years agoMFC: 1.65: Make "dump /filesystem" (without options) work.
ru [Mon, 16 Oct 2006 11:52:00 +0000 (11:52 +0000)]
MFC: 1.65: Make "dump /filesystem" (without options) work.

PR: docs/84408
Approved by: re (hrs)

17 years agoMFC: 1.46: Don't go beyond the provided string when parsing `\'.
ru [Mon, 16 Oct 2006 11:51:18 +0000 (11:51 +0000)]
MFC: 1.46: Don't go beyond the provided string when parsing `\'.

PR: bin/99985
Approved by: re (hrs)

17 years agoMFC: 1.16: At least one argument is required.
ru [Mon, 16 Oct 2006 11:50:36 +0000 (11:50 +0000)]
MFC: 1.16: At least one argument is required.

Approved by: re (hrs)

17 years agoMFC: 1.21: Fix bounds checking for PCIOCREAD and PCIOCWRITE.
ru [Mon, 16 Oct 2006 11:45:37 +0000 (11:45 +0000)]
MFC: 1.21: Fix bounds checking for PCIOCREAD and PCIOCWRITE.

Approved by: re (hrs)

17 years agoUnbreak syscons' support for ddb mode by reactivating old fixes
bde [Mon, 16 Oct 2006 09:00:30 +0000 (09:00 +0000)]
Unbreak syscons' support for ddb mode by reactivating old fixes
(syscons.c 1.331 and 1.372 are reactivated by restoring this part of
db_interface.c (i386 version 1.48, ...) in a different file).

This is not a MFC because larger changes than I have time for are
needed there.

The most noticeable effect of this fix is that syscons switches to the
console vty on entry to ddb.  The most important effect of this fix
is that switching vtys in ddb doesn't try (and sometimes succeed) to
crash the system by calling wakeup().

Approved by: re (hrs)

17 years agoMFen 1.883.2.45 -> 1.883.2.46
delphij [Mon, 16 Oct 2006 05:58:45 +0000 (05:58 +0000)]
MFen 1.883.2.45 -> 1.883.2.46

Approved by: re (blanket)

17 years agoAttempt to fix RELENG_6 kernel build.
delphij [Mon, 16 Oct 2006 05:36:19 +0000 (05:36 +0000)]
Attempt to fix RELENG_6 kernel build.

Approved by: re (implicit, fix build)

17 years agoMFC: move ah_osdep.[ch] from the hal to the driver; they will not
sam [Mon, 16 Oct 2006 01:26:14 +0000 (01:26 +0000)]
MFC: move ah_osdep.[ch] from the hal to the driver; they will not
     be distributed with future versions of the hal

Approved by: re (kensmith)

17 years agoMFC: add support for newer parts that do not require separate keycache
sam [Mon, 16 Oct 2006 01:01:41 +0000 (01:01 +0000)]
MFC: add support for newer parts that do not require separate keycache
     entries for tx+rx mic keys (requires new hal)

Approved by: re (kensmith)

17 years agoMFC: libpcap v0.9.4 and tcpdump v3.9.4
sam [Mon, 16 Oct 2006 00:47:41 +0000 (00:47 +0000)]
MFC: libpcap v0.9.4 and tcpdump v3.9.4

Approved by: re (kensmith)

17 years agoMFC: Strengthen wording; the KTR_ENTRIES value *must* be a power of two since
kris [Sun, 15 Oct 2006 18:25:57 +0000 (18:25 +0000)]
MFC: Strengthen wording; the KTR_ENTRIES value *must* be a power of two since
the code depends on this.

Approved by: re (hrs)

17 years agoMFC: Note that KTR_ENTRIES must be a power of two.
kris [Sun, 15 Oct 2006 18:24:30 +0000 (18:24 +0000)]
MFC: Note that KTR_ENTRIES must be a power of two.

Approved by: re (hrs)

17 years agoMFC: Correct bogous typos
kris [Sun, 15 Oct 2006 18:23:14 +0000 (18:23 +0000)]
MFC: Correct bogous typos

Approved by: re (hrs)

17 years agoMFC: Correct nfs_access_cache default from 2 to the default kernel value
kris [Sun, 15 Oct 2006 18:22:17 +0000 (18:22 +0000)]
MFC: Correct nfs_access_cache default from 2 to the default kernel value
of 60

Approved by: re (hrs)

17 years agoMFC revision 1.19:
ceri [Sun, 15 Oct 2006 15:59:06 +0000 (15:59 +0000)]
MFC revision 1.19:
Document the sun4v category.

Approved by: re (bmah)

17 years agoMFC the new geom_uzip manpage.
ceri [Sun, 15 Oct 2006 13:14:47 +0000 (13:14 +0000)]
MFC the new geom_uzip manpage.

Approved by: re (hrs)

17 years agoMFC revision 1.80:
ceri [Sun, 15 Oct 2006 11:54:25 +0000 (11:54 +0000)]
MFC revision 1.80:
  Update the list of POSIX extensions.

Approved by: re (hrs)

17 years agoMerge mac_portacl.c:1.9 from HEAD to RELENG_6:
rwatson [Sun, 15 Oct 2006 07:02:26 +0000 (07:02 +0000)]
Merge mac_portacl.c:1.9 from HEAD to RELENG_6:

  Do allow jailed superuser to override the port ACL.

  MFC after:      3 days
  Submitted by:   Michal Mertl <mime at traveller dot cz>

Approved by: re (bmah)

17 years agoMFC: Prevent mountd(8) from resetting mount options when exporting a filesystem.
rink [Sat, 14 Oct 2006 23:04:07 +0000 (23:04 +0000)]
MFC: Prevent mountd(8) from resetting mount options when exporting a filesystem.

Approved by:            re (hrs), imp (mentor)
Sponsored by:           Quality Service Provider BV

17 years agoMFC revs. 1.7
markus [Sat, 14 Oct 2006 14:35:07 +0000 (14:35 +0000)]
MFC revs. 1.7

  - Add new service class definitions and a new attribute identifier definition
  - Update URL of the Assigned Numbers document for SDP

Approved by: re (bmah), emax (mentor)

17 years agoMFC: i386 bootloader/nextboot.conf bugfix, atausb, ARM toolchain
bmah [Sat, 14 Oct 2006 14:14:54 +0000 (14:14 +0000)]
MFC:  i386 bootloader/nextboot.conf bugfix, atausb, ARM toolchain
support, GNOME 2.16.1.

New release note:  IPv6/CARP bugfix (not really an MFC since it fixed
a recent regression).

Approved by: re (implicitly)

17 years agoMFC rev. 1.25: check for a non-null superblock.
maxim [Sat, 14 Oct 2006 10:15:48 +0000 (10:15 +0000)]
MFC rev. 1.25: check for a non-null superblock.

Approved by: re (bmah)

17 years agoMFC revision 1.229
alc [Sat, 14 Oct 2006 06:04:32 +0000 (06:04 +0000)]
MFC revision 1.229
  Change vnode_pager_generic_getpages() so that it does not panic if the
  given file is sparse.  Instead, it zeroes the requested page.

Approved by: re (hrs)
PR: kern/98116

17 years agoMFC, if_iwi.c 1.40:
mlaier [Fri, 13 Oct 2006 18:32:43 +0000 (18:32 +0000)]
MFC, if_iwi.c 1.40:
    Remind firmware of the ESSID to use in a directed scan.  This fixes
    scanning for hidden APs when we are not comming from iwi_config.

    Reported by: Andrew N. Below

Approved by: re (hrs)

17 years agoMFC: ARM platform support.
obrien [Fri, 13 Oct 2006 14:27:51 +0000 (14:27 +0000)]
MFC: ARM platform support.

Approved by: re(KEN)

17 years agoPrevious revision didn't build, unbreak.
ru [Fri, 13 Oct 2006 13:06:26 +0000 (13:06 +0000)]
Previous revision didn't build, unbreak.

Approved by: re (des@ asked me to commit)

17 years agoMFC rev. 1.2:
markus [Fri, 13 Oct 2006 11:17:21 +0000 (11:17 +0000)]
MFC rev. 1.2:

 - Grammar and typo fixes
 - Rewording of some sentences

Approved by: re (hrs), emax (mentor)

17 years agoMFC rev. 1.126:
glebius [Fri, 13 Oct 2006 08:09:44 +0000 (08:09 +0000)]
MFC rev. 1.126:
  Do not leak hooks in ng_bypass().

Submitted by: Alexander Motin <mav alkar.net>
Approved by: re (hrs)

17 years agoMFC:
glebius [Fri, 13 Oct 2006 08:05:55 +0000 (08:05 +0000)]
MFC:
  Remove 3Com 985 deviceid that is really ti(4).

Approved by: re (hrs)