On 06.04.2012 10:55, Alexander V. Chernikov wrote:
Author: melifaro
Date: Fri Apr 6 06:55:21 2012
New Revision: 233938
URL: http://svn.freebsd.org/changeset/base/233938
Reviewed by:glebius (previous version)
Reviewed by:silence on -net@
Approved by:(mentor)
s/\(mentor\)/
Author: pluknet
Date: Fri Apr 6 08:13:29 2012
New Revision: 233939
URL: http://svn.freebsd.org/changeset/base/233939
Log:
Free ballooned pages with the corresponding malloc type.
MFC after:1 week
Modified:
head/sys/dev/xen/balloon/balloon.c
Modified: head/sys/dev/xen/balloon/balloo
Author: tuexen
Date: Fri Apr 6 09:03:02 2012
New Revision: 233940
URL: http://svn.freebsd.org/changeset/base/233940
Log:
Remove duplicate condition in if statement.
Obtained from: brucec@
MFC after: 3 days
Modified:
head/sys/netinet/sctp_usrreq.c
Modified: head/sys/netinet/sctp_usrre
Author: avg
Date: Fri Apr 6 09:36:22 2012
New Revision: 233941
URL: http://svn.freebsd.org/changeset/base/233941
Log:
retrofit Safe Mode loader menu item actions
The menu item is now made completely independent with the ACPI item - most
modern systems seem to require ACPI and become even
Author: ed
Date: Fri Apr 6 13:06:01 2012
New Revision: 233945
URL: http://svn.freebsd.org/changeset/base/233945
Log:
Properly clear the O_NONBLOCK flag after opening the TTY.
Though we should open the TTY with O_NONBLOCK to prevent rc(8) execution
from potentially stalling, we must not f
Author: melifaro
Date: Fri Apr 6 13:34:19 2012
New Revision: 233946
URL: http://svn.freebsd.org/changeset/base/233946
Log:
Fix build broken by r233938.
Pointed by: David Wolfskill
Approved by:kib (mentor)
Pointy hat to: melifaro
Modified:
head/sys/net/bpf.c
Modified: head
Author: luigi
Date: Fri Apr 6 14:26:05 2012
New Revision: 233947
URL: http://svn.freebsd.org/changeset/base/233947
Log:
we need to specify a NETMAP_API version or the ioctl() will fail.
Modified:
head/tools/tools/netmap/pcap.c
Modified: head/tools/tools/netmap/pcap.c
===
Author: nwhitehorn
Date: Fri Apr 6 16:00:37 2012
New Revision: 233948
URL: http://svn.freebsd.org/changeset/base/233948
Log:
Give the kernel pmap lock a different name than user pmap locks. It has
(slightly) different semantics and renaming it prevents a (harmless)
WITNESS warning during bo
Author: nwhitehorn
Date: Fri Apr 6 16:03:38 2012
New Revision: 233949
URL: http://svn.freebsd.org/changeset/base/233949
Log:
Reduce the frequency that the PowerPC/AIM pmaps invalidate instruction
caches, by invalidating kernel icaches only when needed and not flushing
user caches for shared
Author: alc
Date: Fri Apr 6 16:41:19 2012
New Revision: 233954
URL: http://svn.freebsd.org/changeset/base/233954
Log:
Micro-optimize free_pv_entry() for the expected case.
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pmap.c
===
Author: nwhitehorn
Date: Fri Apr 6 18:18:48 2012
New Revision: 233957
URL: http://svn.freebsd.org/changeset/base/233957
Log:
Substantially reduce the scope of the locks held in pmap_enter(), which
improves concurrency slightly.
Modified:
head/sys/powerpc/aim/mmu_oea64.c
Modified: head/sys
Author: attilio
Date: Fri Apr 6 20:34:00 2012
New Revision: 233960
URL: http://svn.freebsd.org/changeset/base/233960
Log:
Staticize vm_page_cache_remove().
Reviewed by: alc
Modified:
head/sys/vm/vm_page.c
head/sys/vm/vm_page.h
Modified: head/sys/vm/vm_page.c
Author: gibbs
Date: Fri Apr 6 21:19:28 2012
New Revision: 233961
URL: http://svn.freebsd.org/changeset/base/233961
Log:
Fix interrupt load balancing regression, introduced in revision
222813, that left all un-pinned interrupts assigned to CPU 0.
sys/x86/x86/intr_machdep.c:
In int
Il 06 aprile 2012 22:19, Justin T. Gibbs ha scritto:
> Author: gibbs
> Date: Fri Apr 6 21:19:28 2012
> New Revision: 233961
> URL: http://svn.freebsd.org/changeset/base/233961
>
> Log:
> Fix interrupt load balancing regression, introduced in revision
> 222813, that left all un-pinned interrupts
Author: ken
Date: Fri Apr 6 22:23:13 2012
New Revision: 233963
URL: http://svn.freebsd.org/changeset/base/233963
Log:
Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNs
that don't exist.
Anecdotal evidence indicates that it is better to return 011b (bad LUN)
than 00
Author: nwhitehorn
Date: Fri Apr 6 22:33:13 2012
New Revision: 233964
URL: http://svn.freebsd.org/changeset/base/233964
Log:
Execute an initial ptesync if and only if the PTE is actually being
invalidated, as opposed to a ref/changed bit update.
Modified:
head/sys/powerpc/aim/moea64_native
Author: adrian
Date: Sat Apr 7 02:01:26 2012
New Revision: 233966
URL: http://svn.freebsd.org/changeset/base/233966
Log:
Remove duplicate txflags field from ath_buf.
rename bf_state.bfs_flags to bf_state.bfs_txflags, as that is what
it effectively is.
Modified:
head/sys/dev/ath/if_ath
Author: adrian
Date: Sat Apr 7 02:51:53 2012
New Revision: 233967
URL: http://svn.freebsd.org/changeset/base/233967
Log:
Store away the RTS aggregate limit from the HAL.
This will be used by some upcoming code to ensure that aggregates
are enforced to be a certain size. The AR5416 has a
Author: adrian
Date: Sat Apr 7 03:22:11 2012
New Revision: 233970
URL: http://svn.freebsd.org/changeset/base/233970
Log:
Enforce the RTS aggregation limit if RTS/CTS protection is enabled;
if any subframes in an aggregate have different protection from the
first frame in the formed aggregat
Author: das
Date: Sat Apr 7 03:59:12 2012
New Revision: 233973
URL: http://svn.freebsd.org/changeset/base/233973
Log:
Fix a bug in remquo{,f,l}, in which the quotient didn't always have the
correct sign when the remainder was 0.
Fix a separate bug in remquo alone, in which the remainder
Author: das
Date: Sat Apr 7 04:00:30 2012
New Revision: 233974
URL: http://svn.freebsd.org/changeset/base/233974
Log:
Add some tests from PR 166463. Also make sure that all of the tests,
old and new, check the sign bits of both the remainder and the
quotient.
Modified:
head/tools/regres
Author: adrian
Date: Sat Apr 7 05:46:00 2012
New Revision: 233988
URL: http://svn.freebsd.org/changeset/base/233988
Log:
As I thought, this is a bad idea. When forming aggregates, the RTS/CTS
stuff and rate control lookup is only done on the first frame.
Modified:
head/sys/dev/ath/if_ath_t
Author: adrian
Date: Sat Apr 7 05:48:26 2012
New Revision: 233989
URL: http://svn.freebsd.org/changeset/base/233989
Log:
Break out the legacy duration and protection code into routines,
call these after rate control selection is done.
The duration/protection code wasn't working - it expe
Author: adrian
Date: Sat Apr 7 05:51:43 2012
New Revision: 233990
URL: http://svn.freebsd.org/changeset/base/233990
Log:
Do a dma sync before the descriptors are chained together.
I need to find a better place to do this..
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/a
Author: stas
Date: Sat Apr 7 06:56:38 2012
New Revision: 233991
URL: http://svn.freebsd.org/changeset/base/233991
Log:
- Do not reinitialize the card if it is already running.
This fixes bootp on if_smc, as bootp code perform SIOCSIFADDR
ioctl call immediately after sending the request
25 matches
Mail list logo