On 11.04.2012 20:02, John Baldwin wrote:
On Tuesday, April 10, 2012 3:47:23 pm Andrey Zonov wrote:
On 05.04.2012 21:13, John Baldwin wrote:
Author: jhb
Date: Thu Apr 5 17:13:14 2012
New Revision: 233925
URL: http://svn.freebsd.org/changeset/base/233925
Log:
Add new ktrace records for the
Author: mav
Date: Thu Apr 12 06:29:02 2012
New Revision: 234167
URL: http://svn.freebsd.org/changeset/base/234167
Log:
MFC 232919:
Add kern.eventtimer.activetick tunable/sysctl, specifying whether each
hardclock() tick should be run on every active CPU, or on only one.
On my tests, avoi
Author: mav
Date: Thu Apr 12 06:24:47 2012
New Revision: 234166
URL: http://svn.freebsd.org/changeset/base/234166
Log:
MFC r232917:
Rewrite thread CPU usage percentage math to not depend on periodic calls
with HZ rate through the sched_tick() calls from hardclock().
Potentially it can b
On Tue, Mar 13, 2012, David Chisnall wrote:
> Author: theraven
> Date: Tue Mar 13 20:02:41 2012
> New Revision: 232935
> URL: http://svn.freebsd.org/changeset/base/232935
>
> Log:
> First set of xlocale man pages. More to follow...
Thanks!
By the way, it's customary to bump the date on the ma
On Tue, Mar 13, 2012, David Chisnall wrote:
> Modified: head/lib/libc/locale/Symbol.map
> ==
> --- head/lib/libc/locale/Symbol.map Tue Mar 13 14:10:33 2012
> (r232925)
> +++ head/lib/libc/locale/Symbol.map Tue M
On Wed, 11 Apr 2012, Doug Barton wrote:
Scripts that start persistent services should always include "KEYWORD:
shutdown" so that they get started cleanly.
Sorry, that's "so that they get shut down cleanly."
Doug
___
svn-src-all@freebsd.org mailing l
Author: dougb
Date: Thu Apr 12 01:53:33 2012
New Revision: 234165
URL: http://svn.freebsd.org/changeset/base/234165
Log:
The BIND 9.8.2 tarball was re-rolled to remove 9.8.1 release notes.
This change was noticed by ISC at:
https://lists.isc.org/pipermail/bind-users/2012-April/087345.html
This script has many problems. First, new scripts in the base should
never use BEFORE since this makes debugging rcorder issues harder.
Please instead add this to the REQUIRE line in DAEMON. You can use
'service -r' to get an idea of where it will be included at boot time.
Second, for new scri
Author: dougb
Date: Thu Apr 12 01:14:03 2012
New Revision: 234164
URL: http://svn.freebsd.org/changeset/base/234164
Log:
The BIND 9.8.2 tarball was re-rolled to remove 9.8.1 release notes.
This change was noticed by ISC at:
https://lists.isc.org/pipermail/bind-users/2012-April/087345.html
Author: thompsa
Date: Thu Apr 12 01:07:17 2012
New Revision: 234163
URL: http://svn.freebsd.org/changeset/base/234163
Log:
Set the proto to LAGG_PROTO_NONE before calling the detach routine so packets
are discarded, this is an issue because lacp drops the lock which may allow
network threads
Author: nwhitehorn
Date: Thu Apr 12 00:38:34 2012
New Revision: 234160
URL: http://svn.freebsd.org/changeset/base/234160
Log:
MFC r233018:
Make ofw_bus_get_node() consistently return -1 when there is no associated
OF node, instead of a random mixture of 0 and -1. Update all checks for 0
to
Author: eadler
Date: Thu Apr 12 00:12:17 2012
New Revision: 234159
URL: http://svn.freebsd.org/changeset/base/234159
Log:
Sort completions
Add a new one for sysctl
Submitted by: rm (the new completion)
Approved by: cperciva (implicit)
MFC after:3 days
Modified:
head/share/exam
Author: mckusick
Date: Wed Apr 11 23:01:11 2012
New Revision: 234158
URL: http://svn.freebsd.org/changeset/base/234158
Log:
Export vinactive() from kern/vfs_subr.c (e.g., make it no longer
static and declare its prototype in sys/vnode.h) so that it can be
called from process_deferred_inactiv
Author: mckusick
Date: Wed Apr 11 22:43:40 2012
New Revision: 234157
URL: http://svn.freebsd.org/changeset/base/234157
Log:
Whitespace cleanup.
Modified:
head/sys/sys/mount.h
Modified: head/sys/sys/mount.h
==
--- hea
Author: nwhitehorn
Date: Wed Apr 11 22:23:50 2012
New Revision: 234156
URL: http://svn.freebsd.org/changeset/base/234156
Log:
We don't need kcopy() in any of the remaining places it is used, so
remove it.
MFC after:2 weeks
Modified:
head/sys/powerpc/aim/machdep.c
head/sys/powerpc
Author: nwhitehorn
Date: Wed Apr 11 21:56:55 2012
New Revision: 234155
URL: http://svn.freebsd.org/changeset/base/234155
Log:
Only manipulate the PGA_EXECUTABLE flag on managed pages. This is a proxy
for whether the page is physical. On dense phys mem systems (32-bit),
VM_PHYS_TO_PAGE will n
On Tuesday, April 10, 2012 3:47:23 pm Andrey Zonov wrote:
> On 05.04.2012 21:13, John Baldwin wrote:
> > Author: jhb
> > Date: Thu Apr 5 17:13:14 2012
> > New Revision: 233925
> > URL: http://svn.freebsd.org/changeset/base/233925
> >
> > Log:
> >Add new ktrace records for the start and end of
Author: jhb
Date: Wed Apr 11 21:33:45 2012
New Revision: 234154
URL: http://svn.freebsd.org/changeset/base/234154
Log:
Reapply r223198 which was reverted in the previous vendor import. Some
portions were already reapplied in r233708:
- Use a dedicated task to handle deferred transmits from
Author: jhb
Date: Wed Apr 11 21:00:33 2012
New Revision: 234153
URL: http://svn.freebsd.org/changeset/base/234153
Log:
Trim stray blank line.
Modified:
head/sys/x86/pci/pci_bus.c
Modified: head/sys/x86/pci/pci_bus.c
Author: jhb
Date: Wed Apr 11 20:57:41 2012
New Revision: 234152
URL: http://svn.freebsd.org/changeset/base/234152
Log:
Allow device_busy() and device_unbusy() to be invoked while a device is
being attached. This is implemented by adding a new DS_ATTACHING state
while a device's DEVICE_ATTAC
Author: jhb
Date: Wed Apr 11 20:55:21 2012
New Revision: 234151
URL: http://svn.freebsd.org/changeset/base/234151
Log:
MFC 219737,219740,233676:
Improve handling of MSI interrupts with HyperTransport devices:
- Always enable the HyperTransport MSI mapping window for HyperTransport
to PCI
Author: jhb
Date: Wed Apr 11 20:50:17 2012
New Revision: 234150
URL: http://svn.freebsd.org/changeset/base/234150
Log:
MFC 233676:
Use a more proper fix for enabling HT MSI mapping windows on Host-PCI
bridges. Rather than blindly enabling the windows on all of them, only
enable the window
Author: nwhitehorn
Date: Wed Apr 11 20:28:05 2012
New Revision: 234149
URL: http://svn.freebsd.org/changeset/base/234149
Log:
Fix error in r233949. Synchronizing icaches on uncacheable pages turns out
not to be a good idea, and of course the PV entry list for a page is never
empty after the
Author: jhb
Date: Wed Apr 11 20:26:50 2012
New Revision: 234148
URL: http://svn.freebsd.org/changeset/base/234148
Log:
MFC 233893:
Disable INET6 support in modules when building the LINT-NOINET6 kernel.
Modified:
stable/9/sys/conf/makeLINT.mk
Directory Properties:
stable/9/sys/ (props c
Author: jhb
Date: Wed Apr 11 20:25:01 2012
New Revision: 234147
URL: http://svn.freebsd.org/changeset/base/234147
Log:
MFC 233305,233623:
- Mark the 'lapics' and 'ioapics' arrays here static since they are
private to this file. The 'lapics' array was actually shadowing a
completely di
Author: jhb
Date: Wed Apr 11 20:19:07 2012
New Revision: 234145
URL: http://svn.freebsd.org/changeset/base/234145
Log:
MFC 232228,233613:
Move the DTrace return IDT vector back up from 0x20 to 0x92. The 0x20
vector is currently dedicated to servicing IRQ 0 from the 8259A's, so
it shouldn'
Author: jhb
Date: Wed Apr 11 20:19:29 2012
New Revision: 234146
URL: http://svn.freebsd.org/changeset/base/234146
Log:
MFC 232228,233613:
Move the DTrace return IDT vector back up from 0x20 to 0x92. The 0x20
vector is currently dedicated to servicing IRQ 0 from the 8259A's, so
it shouldn'
Author: jhb
Date: Wed Apr 11 20:04:31 2012
New Revision: 234144
URL: http://svn.freebsd.org/changeset/base/234144
Log:
MFC 232744,232747,233031:
- Allow a native i386 kernel to be built with 'nodevice atpic'. Just as on
amd64, if 'device isa' is present quiesce the 8259A's during boot and
Author: jhb
Date: Wed Apr 11 19:37:36 2012
New Revision: 234142
URL: http://svn.freebsd.org/changeset/base/234142
Log:
MFC 232742:
MFamd64:
- Return failure for a suspend attempt if we have no wake address.
- Use intr_disable()/intr_restore() instead of ACPI_DISABLE_IRQS().
- Invoke intr
Author: jhb
Date: Wed Apr 11 19:37:08 2012
New Revision: 234141
URL: http://svn.freebsd.org/changeset/base/234141
Log:
MFC 232742:
MFamd64:
- Return failure for a suspend attempt if we have no wake address.
- Use intr_disable()/intr_restore() instead of ACPI_DISABLE_IRQS().
- Invoke intr
Author: luigi
Date: Wed Apr 11 16:11:08 2012
New Revision: 234140
URL: http://svn.freebsd.org/changeset/base/234140
Log:
A couple of changes related to ixgbe operation in netmap mode:
- add a sysctl, dev.netmap.ix_crcstrip, to control whether ixgbe should
strip the CRC on received frame
Author: jh
Date: Wed Apr 11 15:48:50 2012
New Revision: 234139
URL: http://svn.freebsd.org/changeset/base/234139
Log:
Restore the blank line incorrectly removed in r234104.
Pointed out by: bde
Modified:
head/sys/fs/ext2fs/ext2_vnops.c
Modified: head/sys/fs/ext2fs/ext2_vnops.c
Author: emaste
Date: Wed Apr 11 15:42:02 2012
New Revision: 234138
URL: http://svn.freebsd.org/changeset/base/234138
Log:
Support percent-encoded user and password
RFC 1738 specifies that any ":", "@", or "/" within a user name or
password in a URL is percent-encoded, to avoid ambiguity w
Author: luigi
Date: Wed Apr 11 15:02:14 2012
New Revision: 234137
URL: http://svn.freebsd.org/changeset/base/234137
Log:
Enable prefetching of descriptors on the TX ring, using the same
values as in the Intel driver 3.8.21 for linux. The fact that it
is standard in the above driver suggests
Author: eadler
Date: Wed Apr 11 14:36:05 2012
New Revision: 234135
URL: http://svn.freebsd.org/changeset/base/234135
Log:
Fix typo (add a missing '%/' in sed)
Submitted by: jmallett
Approved by: cperciva (implicit)
MFC after:3 days
Modified:
head/share/examples/csh/dot.cshrc
Mo
Author: eadler
Date: Wed Apr 11 14:18:18 2012
New Revision: 234134
URL: http://svn.freebsd.org/changeset/base/234134
Log:
s/Free Memory Pages/Free Memory/ to avoid confusion, since we're
reporting a number of bytes rather than a number of pages
PR: misc/165208
Submitted by: Ar
Author: eadler
Date: Wed Apr 11 14:13:22 2012
New Revision: 234133
URL: http://svn.freebsd.org/changeset/base/234133
Log:
- remove the length shortening on the path
- make the default prompt a bit more like scp
- make the user show as root even when using 'su' instead of 'su -'
- the key b
Author: eadler
Date: Wed Apr 11 14:12:28 2012
New Revision: 234132
URL: http://svn.freebsd.org/changeset/base/234132
Log:
Make the item numbers match the crypt magic number
PR: docs/166497
Submitted by: Mike Kelly
Approved by: cperciva
MFC after:1 week
Modified:
hea
Author: eadler
Date: Wed Apr 11 14:08:09 2012
New Revision: 234131
URL: http://svn.freebsd.org/changeset/base/234131
Log:
Return EBADF instead of EMFILE from dup2 when the second argument is
outside the range of valid file descriptors
PR: kern/164970
Submitted by: Peter Jeremy
Author: glebius
Date: Wed Apr 11 12:26:30 2012
New Revision: 234130
URL: http://svn.freebsd.org/changeset/base/234130
Log:
It is a logical error that in carp_multicast_cleanup()
we look at count of addresses on a particular vhid, we
should account number of addresses on cif.
To achieve
Author: yongari
Date: Wed Apr 11 07:21:51 2012
New Revision: 234128
URL: http://svn.freebsd.org/changeset/base/234128
Log:
MFC r233688-233689:
r233688:
Remove task queue based link state change handler. Driver no longer
needs to defer link state handling.
While I'm here, mark IFF_D
Author: yongari
Date: Wed Apr 11 07:19:46 2012
New Revision: 234127
URL: http://svn.freebsd.org/changeset/base/234127
Log:
MFC r233688-233689:
r233688:
Remove task queue based link state change handler. Driver no longer
needs to defer link state handling.
While I'm here, mark IFF_D
Author: yongari
Date: Wed Apr 11 07:18:41 2012
New Revision: 234126
URL: http://svn.freebsd.org/changeset/base/234126
Log:
MFC r233688-233689:
r233688:
Remove task queue based link state change handler. Driver no longer
needs to defer link state handling.
While I'm here, mark IFF_D
Author: yongari
Date: Wed Apr 11 07:12:20 2012
New Revision: 234125
URL: http://svn.freebsd.org/changeset/base/234125
Log:
MFC r233585-233587:
r233585:
Partially revert r223608 and selectively allow microcode loading
for 82550C. For 82550 controllers this change restores CPUSaver
Author: yongari
Date: Wed Apr 11 07:10:58 2012
New Revision: 234124
URL: http://svn.freebsd.org/changeset/base/234124
Log:
MFC r233585-233587:
r233585:
Partially revert r223608 and selectively allow microcode loading
for 82550C. For 82550 controllers this change restores CPUSaver
Author: yongari
Date: Wed Apr 11 07:08:41 2012
New Revision: 234123
URL: http://svn.freebsd.org/changeset/base/234123
Log:
MFC r233585-233587:
r233585:
Partially revert r223608 and selectively allow microcode loading
for 82550C. For 82550 controllers this change restores CPUSaver
46 matches
Mail list logo