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: 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: 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: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: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: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: 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: 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: 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: 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: 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: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 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 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
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: 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
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: 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: 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: 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: 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
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: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
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-head@freebsd.org mailing
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 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 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
27 matches
Mail list logo