Author: glebius
Date: Tue Oct 23 08:22:01 2012
New Revision: 241922
URL: http://svn.freebsd.org/changeset/base/241922
Log:
- Fix one more miss from r241913.
- Add XXX comment about necessity of the entire block,
that "fixes up" the IP header.
Modified:
head/sys/netipsec/ipsec_input.c
M
On Tue, Oct 23, 2012 at 08:22:02AM +, Gleb Smirnoff wrote:
T> Author: glebius
T> Date: Tue Oct 23 08:22:01 2012
T> New Revision: 241922
T> URL: http://svn.freebsd.org/changeset/base/241922
T>
T> Log:
T> - Fix one more miss from r241913.
T> - Add XXX comment about necessity of the entire bl
Author: glebius
Date: Tue Oct 23 08:33:13 2012
New Revision: 241923
URL: http://svn.freebsd.org/changeset/base/241923
Log:
Do not reduce ip_len by size of IP header in the ip_input()
before passing a packet to protocol input routines.
For several protocols this mean that now protocol nee
On 2012-10-22 16:58, Jan Beich wrote:
Dimitry Andric writes:
On 2012-10-22 09:00, Jan Beich wrote:
...
undefined reference to `std::__1::basic_ios >::clear(unsigned int)'
clang++: error: linker command failed with exit code 1 (use -v to
see invocation)
Strange, for me it compiles (with a bun
On 23.10.2012 10:33, Gleb Smirnoff wrote:
Author: glebius
Date: Tue Oct 23 08:33:13 2012
New Revision: 241923
URL: http://svn.freebsd.org/changeset/base/241923
Log:
Do not reduce ip_len by size of IP header in the ip_input()
before passing a packet to protocol input routines.
For se
On Tue, Oct 23, 2012 at 11:12:00AM +0200, Andre Oppermann wrote:
A> On 23.10.2012 10:33, Gleb Smirnoff wrote:
A> > Author: glebius
A> > Date: Tue Oct 23 08:33:13 2012
A> > New Revision: 241923
A> > URL: http://svn.freebsd.org/changeset/base/241923
A> >
A> > Log:
A> > Do not reduce ip_len by si
Author: glebius
Date: Tue Oct 23 10:29:31 2012
New Revision: 241925
URL: http://svn.freebsd.org/changeset/base/241925
Log:
Simplify ip_stripoptions() reducing number of intermediate
variables.
Modified:
head/sys/netinet/ip_options.c
Modified: head/sys/netinet/ip_options.c
===
Author: glebius
Date: Tue Oct 23 10:30:09 2012
New Revision: 241926
URL: http://svn.freebsd.org/changeset/base/241926
Log:
Use ip_stripoptions() instead of handrolled version.
Modified:
head/sys/netinet/ip_icmp.c
Modified: head/sys/netinet/ip_icmp.c
Author: kib
Date: Tue Oct 23 12:03:32 2012
New Revision: 241927
URL: http://svn.freebsd.org/changeset/base/241927
Log:
Add the VFS_UNLOCK_GIANT.9.gz hardlink to ObsoleteFiles list too.
Noted by: pluknet
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: andre
Date: Tue Oct 23 14:19:44 2012
New Revision: 241931
URL: http://svn.freebsd.org/changeset/base/241931
Log:
Replace the ill-named ZERO_COPY_SOCKET kernel option with two
more appropriate named kernel options for the very distinct
send and receive path.
"options SOCKET_SEND_
Author: andre
Date: Tue Oct 23 14:25:37 2012
New Revision: 241932
URL: http://svn.freebsd.org/changeset/base/241932
Log:
Update zero_copy(9) man page to note the renamed kernel options
and to warn about unsafeness of COW based sends.
Modified:
head/share/man/man9/zero_copy.9
Modified: head
On Tue, Oct 23, 2012 at 02:19:45PM +, Andre Oppermann wrote:
A> Author: andre
A> Date: Tue Oct 23 14:19:44 2012
A> New Revision: 241931
A> URL: http://svn.freebsd.org/changeset/base/241931
A>
A> Log:
A> Replace the ill-named ZERO_COPY_SOCKET kernel option with two
A> more appropriate named
Author: imp
Date: Tue Oct 23 14:58:24 2012
New Revision: 241933
URL: http://svn.freebsd.org/changeset/base/241933
Log:
Start a clean-room implementation of files.mips. This is sufficient
for SWARM64 and SWARM64_SMP to compile. Other kernels will be layered
in.
Modified:
head/sys/conf/fi
Author: eadler
Date: Tue Oct 23 15:03:25 2012
New Revision: 241934
URL: http://svn.freebsd.org/changeset/base/241934
Log:
Remove extra word:
Submitted by: many
Approved by: cperciva (implicit)
MFC after:3 days
Modified:
head/games/fortune/datfiles/freebsd-tips
Modified: head/ga
On 23.10.2012 16:42, Gleb Smirnoff wrote:
On Tue, Oct 23, 2012 at 02:19:45PM +, Andre Oppermann wrote:
A> Author: andre
A> Date: Tue Oct 23 14:19:44 2012
A> New Revision: 241931
A> URL: http://svn.freebsd.org/changeset/base/241931
A>
A> Log:
A> Replace the ill-named ZERO_COPY_SOCKET kernel
On 23 Oct 2012, at 16:05, Andre Oppermann wrote:
> For zero copy send we're trying to come up with a sendfile-like
> approach where the page is simply wired into kernel space. The
> application then is not allowed to touch it until the socket
> buffer has released it again. The main issue here i
Author: imp
Date: Tue Oct 23 15:16:40 2012
New Revision: 241936
URL: http://svn.freebsd.org/changeset/base/241936
Log:
Add support for syscons (we should consider moving most of this into
files, another day).
Modified:
head/sys/conf/files.mips
Modified: head/sys/conf/files.mips
===
On 10/23/2012 10:05 AM, Andre Oppermann wrote:
> There shouldn't be any users. Zero copy send is broken and
> responsible for random kernel crashes. Zero copy receive isn't
> supported by any modern driver. Both are useless to dangerous.
I enabled this a few weeks ago, not knowing it was useles
Author: imp
Date: Tue Oct 23 15:25:48 2012
New Revision: 241942
URL: http://svn.freebsd.org/changeset/base/241942
Log:
Add RT305x specific devices here.
Modified:
head/sys/mips/rt305x/files.rt305x
Modified: head/sys/mips/rt305x/files.rt305x
===
On 23.10.2012 17:11, David Chisnall wrote:
On 23 Oct 2012, at 16:05, Andre Oppermann wrote:
For zero copy send we're trying to come up with a sendfile-like
approach where the page is simply wired into kernel space. The
application then is not allowed to touch it until the socket
buffer has rel
Author: imp
Date: Tue Oct 23 15:33:40 2012
New Revision: 241946
URL: http://svn.freebsd.org/changeset/base/241946
Log:
intr_machdep.c and trap.c can be replaced with ports' own versions,
so remove the standard ones from here.
Modified:
head/sys/conf/files.mips
Modified: head/sys/conf/files
Author: mav
Date: Tue Oct 23 16:03:00 2012
New Revision: 241952
URL: http://svn.freebsd.org/changeset/base/241952
Log:
Remove two more 'periph == NULL' checks missed in r241404.
This condition can never be true as functions are called from single place
and the checks just pollute the code an
On Tue, Oct 23, 2012 at 05:05:48PM +0200, Andre Oppermann wrote:
A> There shouldn't be any users. Zero copy send is broken and
A> responsible for random kernel crashes. Zero copy receive isn't
A> supported by any modern driver. Both are useless to dangerous.
A>
A> The main problem with ZERO_COP
Author: imp
Date: Tue Oct 23 16:07:41 2012
New Revision: 241953
URL: http://svn.freebsd.org/changeset/base/241953
Log:
Add in MD specific support for FDT. Need to refactor this a bit.
Modified:
head/sys/conf/files.mips
Modified: head/sys/conf/files.mips
=
Author: imp
Date: Tue Oct 23 16:12:17 2012
New Revision: 241954
URL: http://svn.freebsd.org/changeset/base/241954
Log:
Add in the crypto support from the generic versions.
Modified:
head/sys/conf/files.mips
Modified: head/sys/conf/files.mips
==
On 10/23/2012 11:05, Gleb Smirnoff wrote:
On Tue, Oct 23, 2012 at 05:05:48PM +0200, Andre Oppermann wrote:
A> There shouldn't be any users. Zero copy send is broken and
A> responsible for random kernel crashes. Zero copy receive isn't
A> supported by any modern driver. Both are useless to d
On Tue, Oct 23, 2012 at 3:16 AM, Gleb Smirnoff wrote:
> On Tue, Oct 23, 2012 at 11:12:00AM +0200, Andre Oppermann wrote:
> A> On 23.10.2012 10:33, Gleb Smirnoff wrote:
> A> > Author: glebius
> A> > Date: Tue Oct 23 08:33:13 2012
> A> > New Revision: 241923
> A> > URL: http://svn.freebsd.org/change
alse' /etc/malloc.conf".)
20121023:
+ The ZERO_COPY_SOCKET kernel option has been removed and
+ split into SOCKET_SEND_COW and SOCKET_RECV_PFLIP.
+ NB: SOCKET_SEND_COW uses the VM page based copy-on-write
+ mechanism which is not safe and may result in kernel cras
On 23.10.2012 17:21, Bryan Drewery wrote:
On 10/23/2012 10:05 AM, Andre Oppermann wrote:
There shouldn't be any users. Zero copy send is broken and
responsible for random kernel crashes. Zero copy receive isn't
supported by any modern driver. Both are useless to dangerous.
I enabled this a
On 23.10.2012 18:05, Gleb Smirnoff wrote:
On Tue, Oct 23, 2012 at 05:05:48PM +0200, Andre Oppermann wrote:
A> There shouldn't be any users. Zero copy send is broken and
A> responsible for random kernel crashes. Zero copy receive isn't
A> supported by any modern driver. Both are useless to dang
On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote:
> On Mon, 22 Oct 2012, Xin LI wrote:
>
>> Log:
>> Remove __P.
>
> This was a chance to remove style bugs in the prototypes. At least it
> didn't create so many new ones, unlike the original __P axing. It
> still enlarged about a hundred by changi
On Mon, Oct 22, 2012 at 09:10:17AM -0700, Maxim Sobolev wrote:
> Guys,
>
> The latest version of the patch against current HEAD is available here:
>
> http://sobomax.sippysoft.com/cron.diff
>
> Any comments/suggestions are appreciated. This version should default to
> previous behaviour of waki
On Tue, 23 Oct 2012, Michael Tuexen wrote:
On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote:
On Mon, 22 Oct 2012, Xin LI wrote:
Log:
Remove __P.
This was a chance to remove style bugs in the prototypes. At least it
didn't create so many new ones, unlike the original __P axing. It
still enl
Author: dim
Date: Tue Oct 23 18:36:07 2012
New Revision: 241957
URL: http://svn.freebsd.org/changeset/base/241957
Log:
Fix several clang warnings in libstdc++, which were exposed by the
recent atf import. These changes are purely cosmetic, no functional
change.
MFC after:1 week
Mo
Author: dim
Date: Tue Oct 23 18:38:04 2012
New Revision: 241958
URL: http://svn.freebsd.org/changeset/base/241958
Log:
Fix two clang warnings in the recent atf import. These have also been
sent upstream.
Tested by:Garrett Cooper
Modified:
head/contrib/atf/atf-report/atf-report.cp
On Oct 23, 2012, at 8:28 PM, Bruce Evans wrote:
> On Tue, 23 Oct 2012, Michael Tuexen wrote:
>
>> On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote:
>>
>>> On Mon, 22 Oct 2012, Xin LI wrote:
>>>
Log:
Remove __P.
>>>
>>> This was a chance to remove style bugs in the prototypes. At least
Author: dim
Date: Tue Oct 23 18:45:32 2012
New Revision: 241959
URL: http://svn.freebsd.org/changeset/base/241959
Log:
Fix a number of other clang warnings in libstdc++, which could appear
when building other C++ software with it. Also fix one actual bug in
libsupc++, which was exposed by s
Author: dim
Date: Tue Oct 23 18:57:20 2012
New Revision: 241960
URL: http://svn.freebsd.org/changeset/base/241960
Log:
For building GNU libstdc++ and libsupc++, filter out libc++-specific and
-std= flags above c++98 or gnu++98 from CXXFLAGS *after* including
bsd.lib.mk, otherwise some additi
On Mon, Oct 22, 2012 at 05:50:55PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Oct 22 17:50:54 2012
> New Revision: 241896
> URL: http://svn.freebsd.org/changeset/base/241896
>
> Log:
> Remove the support for using non-mpsafe filesystem modules.
>
> In particular, do not loc
Author: imp
Date: Tue Oct 23 19:17:43 2012
New Revision: 241964
URL: http://svn.freebsd.org/changeset/base/241964
Log:
Turns out the nvram env was common, so move it back up to get PB92 working.
Modified:
head/sys/conf/files.mips
head/sys/mips/rt305x/files.rt305x
Modified: head/sys/conf/fi
Author: thompsa
Date: Tue Oct 23 22:58:25 2012
New Revision: 241970
URL: http://svn.freebsd.org/changeset/base/241970
Log:
Fix spelling of NFSCL option.
Modified:
head/sys/mips/conf/AR71XX_BASE
head/sys/mips/conf/AR724X_BASE
Modified: head/sys/mips/conf/AR71XX_BASE
Author: andre
Date: Tue Oct 23 23:13:44 2012
New Revision: 241971
URL: http://svn.freebsd.org/changeset/base/241971
Log:
Change the dependency of kern/uipc_cow.c from zero_copy_sockets
to socket_send_cow. Missed in r241931.
Submitted by: pluknet
Modified:
head/sys/conf/files
Modified
Author: obrien
Date: Tue Oct 23 23:36:29 2012
New Revision: 241972
URL: http://svn.freebsd.org/changeset/base/241972
Log:
Don't include both & .
Modified:
head/usr.bin/script/script.c
Modified: head/usr.bin/script/script.c
Author: sbruno
Date: Wed Oct 24 01:26:29 2012
New Revision: 241974
URL: http://svn.freebsd.org/changeset/base/241974
Log:
Cleanup and rename some variables in libpmc and hwpmc.
Submitted by: hiren panchasara
Reviewed by: jimharris@ sbruno@
Obtained from:Yahoo! Inc.
MFC after
Author: kensmith
Date: Wed Oct 24 01:42:46 2012
New Revision: 241975
URL: http://svn.freebsd.org/changeset/base/241975
Log:
Add the release package directory for 9.1-RELEASE.
Modified:
head/usr.sbin/pkg_install/add/main.c
Modified: head/usr.sbin/pkg_install/add/main.c
===
Author: yongari
Date: Wed Oct 24 05:00:56 2012
New Revision: 241983
URL: http://svn.freebsd.org/changeset/base/241983
Log:
Do not hardcode phy address. Multi-port controllers use different phy
address.
Modified:
head/sys/dev/bge/if_bge.c
head/sys/dev/bge/if_bgereg.h
Modified: head/sys/de
Author: yongari
Date: Wed Oct 24 05:22:41 2012
New Revision: 241984
URL: http://svn.freebsd.org/changeset/base/241984
Log:
Ethernet@WireSpeed is defined for 1000baseT adapter to establish a
link at a lower speed so enabling it for fiber adapters is wrong.
Fix the issue by setting BGE_PHY_NO_
Author: yongari
Date: Wed Oct 24 05:54:17 2012
New Revision: 241985
URL: http://svn.freebsd.org/changeset/base/241985
Log:
For fast ethernet controllers, Ethernet@WireSpeed is not defined so
explicitly set BGE_PHY_NO_WIRESPEED flag.
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/de
Author: imp
Date: Wed Oct 24 06:10:09 2012
New Revision: 241986
URL: http://svn.freebsd.org/changeset/base/241986
Log:
Add back hwpmc support.
Modified:
head/sys/conf/files.mips
Modified: head/sys/conf/files.mips
==
49 matches
Mail list logo