Author: jeff
Date: Thu Jun 30 05:28:10 2011
New Revision: 223689
URL: http://svn.freebsd.org/changeset/base/223689
Log:
- Handle the JOP_SYNC case as appropriate.
Reported by: pho
Modified:
head/sbin/fsck_ffs/suj.c
Modified: head/sbin/fsck_ffs/suj.c
===
Author: imp
Date: Thu Jun 30 05:20:02 2011
New Revision: 223688
URL: http://svn.freebsd.org/changeset/base/223688
Log:
Add detection for the Marvel 88E1149R and treat it just like the
88E1149.
Modified:
head/sys/dev/mii/e1000phy.c
head/sys/dev/mii/miidevs
Modified: head/sys/dev/mii/e1000
Author: mckusick
Date: Wed Jun 29 22:12:43 2011
New Revision: 223687
URL: http://svn.freebsd.org/changeset/base/223687
Log:
Handle the FREEDEP case in softdep_sync_buf().
This fix failed to get added in -r223325.
Submitted by: Peter Holm
Modified:
head/sys/ufs/ffs/ffs_softdep.c
Modifi
Author: yongari
Date: Wed Jun 29 17:32:52 2011
New Revision: 223683
URL: http://svn.freebsd.org/changeset/base/223683
Log:
Document two known hardware errata which requires manual link
configuration.
Submitted by: Aries Lee (arieslee <> jmicron com)
Modified:
head/share/man/man4/jme.4
Author: yongari
Date: Wed Jun 29 17:20:10 2011
New Revision: 223682
URL: http://svn.freebsd.org/changeset/base/223682
Log:
MFC r223405:
Remove link state change callback handler. There is no need to
register both status change and link state change callbacks.
Implement checking vali
Author: yongari
Date: Wed Jun 29 17:18:33 2011
New Revision: 223681
URL: http://svn.freebsd.org/changeset/base/223681
Log:
MFC r223405:
Remove link state change callback handler. There is no need to
register both status change and link state change callbacks.
Implement checking vali
Author: dim
Date: Wed Jun 29 16:46:12 2011
New Revision: 223679
URL: http://svn.freebsd.org/changeset/base/223679
Log:
MFC r223579:
For some reason, contrib/traceroute/traceroute.c ensures MAXHOSTNAMELEN
is defined, but then proceeds to use a hardcoded maximum hostname length
of 64 anyw
Author: dim
Date: Wed Jun 29 16:43:44 2011
New Revision: 223678
URL: http://svn.freebsd.org/changeset/base/223678
Log:
MFC r223579:
For some reason, contrib/traceroute/traceroute.c ensures MAXHOSTNAMELEN
is defined, but then proceeds to use a hardcoded maximum hostname length
of 64 anyw
Author: alc
Date: Wed Jun 29 16:40:41 2011
New Revision: 223677
URL: http://svn.freebsd.org/changeset/base/223677
Log:
Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this
option to vm_object_page_remove() asserts that the specified range of pages
is not mapped, or mo
Author: jhb
Date: Wed Jun 29 16:20:52 2011
New Revision: 223676
URL: http://svn.freebsd.org/changeset/base/223676
Log:
- Add read-only sysctls for all of the tunables supported by the igb and
em drivers.
- Make the per-instance 'enable_aim' sysctl truly per-instance by having it
change
Author: jhb
Date: Wed Jun 29 16:16:59 2011
New Revision: 223675
URL: http://svn.freebsd.org/changeset/base/223675
Log:
MFC 223198:
- Use a dedicated task to handle deferred transmits from the if_transmit
method instead of reusing the existing per-queue interrupt task.
Reusing the per-q
Author: jhb
Date: Wed Jun 29 15:58:26 2011
New Revision: 223674
URL: http://svn.freebsd.org/changeset/base/223674
Log:
MFC 221393,222930:
Reimplement how PCI-PCI bridges manage their I/O windows. Previously the
driver would verify that requests for child devices were confined to any
exist
Author: gber
Date: Wed Jun 29 15:17:29 2011
New Revision: 223673
URL: http://svn.freebsd.org/changeset/base/223673
Log:
Set proper root device name when legacy NFS client is compiled into kernel.
Approved by: cognet (mentor)
Modified:
head/sys/nfs/bootp_subr.c
Modified: head/sys/nfs
Author: hselasky
Date: Wed Jun 29 14:47:20 2011
New Revision: 223672
URL: http://svn.freebsd.org/changeset/base/223672
Log:
Add support for a MosChip PCI express serial port adapter.
MFC after:1 week
Modified:
head/sys/dev/uart/uart_bus_pci.c
Modified: head/sys/dev/uart/uart_bus_pci
Author: adrian
Date: Wed Jun 29 13:21:52 2011
New Revision: 223671
URL: http://svn.freebsd.org/changeset/base/223671
Log:
Fix a corner case in STA beacon processing when a CSA is received but
the AP doesn't transmit beacons.
If the AP requests a CSA (ie, a channel switch) and then enters
Author: bz
Date: Wed Jun 29 13:12:15 2011
New Revision: 223670
URL: http://svn.freebsd.org/changeset/base/223670
Log:
Clarify that we broke pfsync(4) backward compat with the pf commit r223637.
Suggested by: Anton Yuzhaninov (citrin citrin.ru)
Modified:
head/UPDATING
Modified: head/UPDA
Author: bz
Date: Wed Jun 29 13:06:42 2011
New Revision: 223669
URL: http://svn.freebsd.org/changeset/base/223669
Log:
Record the two ntp bugfixes that can be dropped when updating to
later versions of ntp.
Discussed with: roberto
Modified:
vendor/ntp/dist/FREEBSD-upgrade
Modifie
Author: jonathan
Date: Wed Jun 29 13:03:05 2011
New Revision: 223668
URL: http://svn.freebsd.org/changeset/base/223668
Log:
We may split today's CAPABILITIES into CAPABILITY_MODE (which has
to do with global namespaces) and CAPABILITIES (which has to do with
constraining file descriptors). J
Author: bz
Date: Wed Jun 29 13:01:10 2011
New Revision: 223667
URL: http://svn.freebsd.org/changeset/base/223667
Log:
In case ntp cannot resolve a hostname on startup it will queue the entry
for resolving by a child process that, upon success, will add the entry
to the config of the running
Hi Andrey V. Elsukov!
On Wed, 29 Jun 2011 10:06:58 + (UTC); Andrey V. Elsukov
wrote:
> Author: ae
> Date: Wed Jun 29 10:06:58 2011
> New Revision: 223666
> URL: http://svn.freebsd.org/changeset/base/223666
> Log:
> Add new rule actions "call" and "return" to ipfw. They make
> possible
Author: ae
Date: Wed Jun 29 10:06:58 2011
New Revision: 223666
URL: http://svn.freebsd.org/changeset/base/223666
Log:
Add new rule actions "call" and "return" to ipfw. They make
possible to organize subroutines with rules.
The "call" action saves the current rule number in the internal
Author: kevlo
Date: Wed Jun 29 09:35:40 2011
New Revision: 223665
URL: http://svn.freebsd.org/changeset/base/223665
Log:
Typo
Submitted by: Damjan Marion
MFC after:3 days
Modified:
head/sys/arm/mv/common.c
Modified: head/sys/arm/mv/common.c
===
Author: avg
Date: Wed Jun 29 08:32:37 2011
New Revision: 223663
URL: http://svn.freebsd.org/changeset/base/223663
Log:
add SNDCTL_DSP_HALT specified by OSS
This is really a new name for SNDCTL_DSP_RESET.
And this what commit r222723 should really have been in the first place.
PR:
Author: avg
Date: Wed Jun 29 08:28:39 2011
New Revision: 223662
URL: http://svn.freebsd.org/changeset/base/223662
Log:
revert r222723: wrong change was committed
The commit intended to add SNDCTL_DSP_HALT, but actually added
SNDCTL_SEQ_HALT, which is not defined in the OSS specs.
Rep
24 matches
Mail list logo