Author: avg
Date: Thu Apr 25 07:04:56 2013
New Revision: 249884
URL: http://svnweb.freebsd.org/changeset/base/249884
Log:
revert r248644 because of the regression for usdt probes
USDT probes are advertised to kernel by initialization code with
atrribute((constructor))). It seems that on
On Wed, Apr 24, 2013 at 06:30:32PM +, Randall Stewart wrote:
R> Author: rrs
R> Date: Wed Apr 24 18:30:32 2013
R> New Revision: 249848
R> URL: http://svnweb.freebsd.org/changeset/base/249848
R>
R> Log:
R> This fixes the issue with the "randomly changing" default
R> route. What it was is the
Hi,
Maybe I need more coffee, but I don't see a difference between the if and
the else statements in the hptmv file.
Regards,
Ronald.
On Wed, 24 Apr 2013 21:00:45 +0200, Alexander Motin
wrote:
Author: mav
Date: Wed Apr 24 19:00:45 2013
New Revision: 249849
URL: http://svnweb.freebsd.or
On 25.04.2013 12:26, Ronald Klop wrote:
> Hi,
>
> Maybe I need more coffee, but I don't see a difference between the if
> and the else statements in the hptmv file.
shutdown_kproc vs. kproc_shutdown
>
> Regards,
> Ronald.
>
> On Wed, 24 Apr 2013 21:00:45 +0200, Alexander Motin
> wrote:
>
>>
I like the idea Gleb..
I myself had been thinking that it was rather strange that
we used dst for both the gateway and destination..
this is a much cleaner (and safer) solution.
R
On Apr 25, 2013, at 4:24 AM, Gleb Smirnoff wrote:
>
--
Randall Stewart
803-317-4952 (
Author: rrs
Date: Thu Apr 25 11:24:40 2013
New Revision: 249891
URL: http://svnweb.freebsd.org/changeset/base/249891
Log:
MFC of PR r249848.
PR: 174749, 157796
Modified:
stable/8/sys/netinet/ip_output.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/neti
Author: rrs
Date: Thu Apr 25 11:25:24 2013
New Revision: 249892
URL: http://svnweb.freebsd.org/changeset/base/249892
Log:
MFC of r249848
PR: 174749, 157796
Modified:
stable/9/sys/netinet/ip_output.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet
On Wed, 24 Apr 2013, Jilles Tjoelker wrote:
Log:
getdtablesize(2): Describe what this function actually does.
getdtablesize() returns the limit on new file descriptors; this says nothing
about existing descriptors.
It's still quite broken.
Modified: head/lib/libc/sys/getdtablesize.2
Author: bdrewery (ports committer)
Date: Thu Apr 25 12:05:17 2013
New Revision: 249893
URL: http://svnweb.freebsd.org/changeset/base/249893
Log:
Fix installworld with DB_FROM_SRC after r249807
Approved by: bapt
Reported by: Tom Everett
Modified:
head/Makefile.inc1
Modified: head/Mak
On Thu, Apr 25, 2013 at 05:40:04AM -0400, Randall Stewart wrote:
R> I like the idea Gleb..
R>
R> I myself had been thinking that it was rather strange that
R> we used dst for both the gateway and destination..
R>
R> this is a much cleaner (and safer) solution.
I'll commit it to head then.
I've
Author: glebius
Date: Thu Apr 25 12:42:09 2013
New Revision: 249894
URL: http://svnweb.freebsd.org/changeset/base/249894
Log:
Introduce a pointer to const variable gw, which points either at the
same place as dst, or to the sockaddr in the routing table.
The const constraint of gw makes u
Author: smh
Date: Thu Apr 25 14:11:38 2013
New Revision: 249895
URL: http://svnweb.freebsd.org/changeset/base/249895
Log:
Adds Host Protected Area (HPA) support for ATA disks to camcontrol
Reviewed by: mav
Approved by: pjd (mentor)
MFC after:2 weeks
Modified:
head/sbin/camcontr
Author: glebius
Date: Thu Apr 25 16:23:22 2013
New Revision: 249896
URL: http://svnweb.freebsd.org/changeset/base/249896
Log:
Restore the ipNetToMedia MIB, that was broken with new ARP commit
in the r186119.
Submitted by: Konstantin Kukushkin
Modified:
head/contrib/bsnmp/snmp_mibII/mi
Author: glebius
Date: Thu Apr 25 16:34:04 2013
New Revision: 249897
URL: http://svnweb.freebsd.org/changeset/base/249897
Log:
Don't free memory that is going to be used as error string.
PR: bin/178121
Submitted by: Garrett Cooper
Modified:
head/sbin/ifconfig/iflagg.c
Modifi
Author: sbruno
Date: Thu Apr 25 17:02:22 2013
New Revision: 249898
URL: http://svnweb.freebsd.org/changeset/base/249898
Log:
MFC r249349
Repair camcontrol output and use CAM defined values for string sizes
Modified:
stable/9/sys/dev/ciss/ciss.c
Directory Properties:
stable/9/sys/ (pr
Author: sbruno
Date: Thu Apr 25 17:04:48 2013
New Revision: 249899
URL: http://svnweb.freebsd.org/changeset/base/249899
Log:
MFC r249349
Repair camcontrol output and use CAM defined values for string sizes
Modified:
stable/8/sys/dev/ciss/ciss.c
Directory Properties:
stable/8/sys/ (pr
Author: sbruno
Date: Thu Apr 25 17:06:07 2013
New Revision: 249900
URL: http://svnweb.freebsd.org/changeset/base/249900
Log:
MFC r249349
Repair camcontrol output and use CAM defined values for string sizes
Modified:
stable/7/sys/dev/ciss/ciss.c
Directory Properties:
stable/7/sys/ (pr
Author: imp
Date: Thu Apr 25 17:23:54 2013
New Revision: 249901
URL: http://svnweb.freebsd.org/changeset/base/249901
Log:
Use the offsets from pcb.h rather than regnum.h to store the registers
in the pcb. setjmp/longjmp in the kernel also used these values, so
continue to use them although t
Author: imp
Date: Thu Apr 25 17:27:13 2013
New Revision: 249902
URL: http://svnweb.freebsd.org/changeset/base/249902
Log:
Minor whitespace nit
Modified:
head/sys/mips/mips/trap.c
Modified: head/sys/mips/mips/trap.c
=
Author: glebius
Date: Thu Apr 25 17:38:04 2013
New Revision: 249903
URL: http://svnweb.freebsd.org/changeset/base/249903
Log:
Fix couple of mbuf leaks in incoming ARP processing.
Modified:
head/sys/netinet/if_ether.c
Modified: head/sys/netinet/if_ether.c
=
.. is it possible to trigger a remote DoS through mbuf exhaustion
somehow by exploiting this?
Adrian
On 25 April 2013 10:38, Gleb Smirnoff wrote:
> Author: glebius
> Date: Thu Apr 25 17:38:04 2013
> New Revision: 249903
> URL: http://svnweb.freebsd.org/changeset/base/249903
>
> Log:
> Fix co
Author: joel (doc committer)
Date: Thu Apr 25 20:23:22 2013
New Revision: 249904
URL: http://svnweb.freebsd.org/changeset/base/249904
Log:
mdoc: remove superfluous paragraph macro.
Modified:
head/sbin/camcontrol/camcontrol.8
Modified: head/sbin/camcontrol/camcontrol.8
===
Author: neel
Date: Thu Apr 25 20:42:21 2013
New Revision: 249905
URL: http://svnweb.freebsd.org/changeset/base/249905
Log:
Remove deprecated APIs to get the total and free memory available to vmm.ko.
These APIs were relevant when memory for virtual machine allocation was
hard partitioned
:42:21 2013(r249905)
+++ head/UPDATING Thu Apr 25 21:19:50 2013(r249906)
@@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+2
Author: rrs
Date: Thu Apr 25 21:55:29 2013
New Revision: 249907
URL: http://svnweb.freebsd.org/changeset/base/249907
Log:
MFC of r249848:
This fixes the issue with
the "randomly changing" default route. What it was is there are two
places in ip_output.c where we do a goto again. One place
Author: sbruno
Date: Thu Apr 25 23:10:34 2013
New Revision: 249908
URL: http://svnweb.freebsd.org/changeset/base/249908
Log:
In the case where the controller supports an sg_list LESS than our predefined
and tuned value, we would advertise the unsupported value to CAM and it would
merrily des
Author: eadler
Date: Fri Apr 26 00:45:00 2013
New Revision: 249910
URL: http://svnweb.freebsd.org/changeset/base/249910
Log:
MFC r249801:
Switch from K&R prototypes to modern C
Modified:
stable/9/lib/libc/gen/stringlist.c
Directory Properties:
stable/9/lib/libc/ (props changed)
M
Author: eadler
Date: Fri Apr 26 00:45:03 2013
New Revision: 249911
URL: http://svnweb.freebsd.org/changeset/base/249911
Log:
MFC r249801:
Switch from K&R prototypes to modern C
Modified:
stable/8/lib/libc/gen/stringlist.c
Directory Properties:
stable/8/lib/libc/ (props changed)
M
Author: eadler
Date: Fri Apr 26 00:47:22 2013
New Revision: 249912
URL: http://svnweb.freebsd.org/changeset/base/249912
Log:
MFC r249802:
- sl_find does not modify 'name'
- make the prototype of sl_find match NetBSD
Modified:
stable/9/lib/libc/gen/stringlist.3
stable/9/lib/l
Author: eadler
Date: Fri Apr 26 00:47:28 2013
New Revision: 249913
URL: http://svnweb.freebsd.org/changeset/base/249913
Log:
MFC r249802:
- sl_find does not modify 'name'
- make the prototype of sl_find match NetBSD
Modified:
stable/8/lib/libc/gen/stringlist.3
stable/8/lib/l
Author: ache
Date: Fri Apr 26 01:56:58 2013
New Revision: 249915
URL: http://svnweb.freebsd.org/changeset/base/249915
Log:
MFC r249631
Attempt to mitigate poor initialization of arc4 by one-shot
reinitialization from yarrow right after good entropy is harvested.
Approved by:secte
Author: neel
Date: Fri Apr 26 02:24:50 2013
New Revision: 249916
URL: http://svnweb.freebsd.org/changeset/base/249916
Log:
Gripe if some tuple is specified more than once instead of
silently overwriting the previous assignment.
Gripe if the emulation is not recognized instead of silently
Author: grehan
Date: Fri Apr 26 05:13:48 2013
New Revision: 249917
URL: http://svnweb.freebsd.org/changeset/base/249917
Log:
Use a thread for the processing of virtio tx descriptors rather
than blocking the vCPU thread. This improves bulk data performance
by ~30-40% and doesn't harm req/resp
Author: jhibbits
Date: Fri Apr 26 05:18:18 2013
New Revision: 249918
URL: http://svnweb.freebsd.org/changeset/base/249918
Log:
Remove a comment that shouldn't have gone in.
X-MFC-with: r249864
Modified:
head/sys/powerpc/aim/mmu_oea.c
Modified: head/sys/powerpc/aim/mmu_oea.c
==
Author: imp
Date: Fri Apr 26 05:42:35 2013
New Revision: 249919
URL: http://svnweb.freebsd.org/changeset/base/249919
Log:
Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for its
I/O clock. Thankfully, the simple executive provies a way to querry
the proper clock that works on al
35 matches
Mail list logo