Author: mav
Date: Wed Mar 13 06:42:01 2013
New Revision: 248230
URL: http://svnweb.freebsd.org/changeset/base/248230
Log:
Fix incorrect assertion that caused panic when periodic-only timers used.
Modified:
head/sys/kern/kern_et.c
Modified: head/sys/kern/kern_et.c
Author: yongari
Date: Wed Mar 13 02:11:45 2013
New Revision: 248227
URL: http://svnweb.freebsd.org/changeset/base/248227
Log:
Disable TX IP header checksum offloading on RL_HWREV_8168CP. The
controller generates wrong checksummed frame if the IP packet has
IP options.
Submitted by: Alex
Author: yongari
Date: Wed Mar 13 01:40:01 2013
New Revision: 248226
URL: http://svnweb.freebsd.org/changeset/base/248226
Log:
r241438 broke IPMI access on Sun Fire X2200 M2(BCM5715).
Fix the IPMI regression by sending BGE_FW_DRV_STATE_UNLOAD to
ASF/IPMI firmware in driver attach phase. Send
Author: eadler
Date: Tue Mar 12 23:14:18 2013
New Revision: 248220
URL: http://svnweb.freebsd.org/changeset/base/248220
Log:
Remove pav from portmgr whom had also stepped down a few months ago.
Thank you for your years of service.
Reported by: rene
Modified:
head/share/misc/organiz
Author: eadler
Date: Tue Mar 12 23:07:34 2013
New Revision: 248219
URL: http://svnweb.freebsd.org/changeset/base/248219
Log:
Welcome Bryan to the team.
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/organization.dot
==
On 12.03.2013 20:49, Gleb Smirnoff wrote:
Andre,
On Tue, Mar 12, 2013 at 05:33:04PM +0100, Andre Oppermann wrote:
A> > We have very common case when we allocate either mbuf or mbuf + cluster,
A> > depending on size. Everywhere this is made by hand, but can be substituted
A> > with m_get2(len,
On Tuesday, March 12, 2013 12:33:04 pm Andre Oppermann wrote:
> On 12.03.2013 16:50, Gleb Smirnoff wrote:
> > On Tue, Mar 12, 2013 at 04:31:05PM +0100, Andre Oppermann wrote:
> > A> > If you are concerned about using jumbos that are > PAGE_SIZE, then I
> > can
> > A> > extend API in my patch. ...
On Mon, Mar 04, 2013 at 09:18:45PM +, Kenneth D. Merry wrote:
> Author: ken
> Date: Mon Mar 4 21:18:45 2013
> New Revision: 247814
> URL: http://svnweb.freebsd.org/changeset/base/247814
>
> Log:
> Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disable
> tunable by default
Andre,
On Tue, Mar 12, 2013 at 05:33:04PM +0100, Andre Oppermann wrote:
A> > We have very common case when we allocate either mbuf or mbuf + cluster,
A> > depending on size. Everywhere this is made by hand, but can be substituted
A> > with m_get2(len, ..., M_NOJUMBO);
A>
A> I guess what I'm try
Author: markj
Date: Tue Mar 12 19:18:10 2013
New Revision: 248214
URL: http://svnweb.freebsd.org/changeset/base/248214
Log:
Revert r246917, as it is causing incorrect behaviour as reported on
freebsd-current.
PR: bin/175213
Approved by: emaste (co-mentor)
Modified:
head/us
On 12.03.2013 16:50, Gleb Smirnoff wrote:
On Tue, Mar 12, 2013 at 04:31:05PM +0100, Andre Oppermann wrote:
A> > If you are concerned about using jumbos that are > PAGE_SIZE, then I can
A> > extend API in my patch. ... done.
A> >
A> > Patch attached.
A> >
A> > The NFS code itself guarantees that
On Tue, Mar 12, 2013 at 04:31:05PM +0100, Andre Oppermann wrote:
A> > If you are concerned about using jumbos that are > PAGE_SIZE, then I can
A> > extend API in my patch. ... done.
A> >
A> > Patch attached.
A> >
A> > The NFS code itself guarantees that it won't request > than MCLBYTES,
A> > so us
On 12.03.2013 16:00, Gleb Smirnoff wrote:
Andre,
On Tue, Mar 12, 2013 at 03:23:16PM +0100, Andre Oppermann wrote:
A> On 12.03.2013 13:19, Gleb Smirnoff wrote:
A> > Author: glebius
A> > Date: Tue Mar 12 12:19:23 2013
A> > New Revision: 248196
A> > URL: http://svnweb.freebsd.org/changeset/base/
Andre,
On Tue, Mar 12, 2013 at 03:23:16PM +0100, Andre Oppermann wrote:
A> On 12.03.2013 13:19, Gleb Smirnoff wrote:
A> > Author: glebius
A> > Date: Tue Mar 12 12:19:23 2013
A> > New Revision: 248196
A> > URL: http://svnweb.freebsd.org/changeset/base/248196
A> >
A> > Log:
A> >Use m_get2() to
Author: attilio
Date: Tue Mar 12 14:30:36 2013
New Revision: 248210
URL: http://svnweb.freebsd.org/changeset/base/248210
Log:
Bump __FreeBSD_version after r248084, breaking VM KPI to introduce
read/write lockers.
Sponsored by: EMC / Isilon storage division
Requested by: flo
Modified:
On 12.03.2013 13:19, Gleb Smirnoff wrote:
Author: glebius
Date: Tue Mar 12 12:19:23 2013
New Revision: 248196
URL: http://svnweb.freebsd.org/changeset/base/248196
Log:
Use m_get2() to get mbuf of appropriate size.
The problem with m_get2() is that it will attempt to use jumbo mbufs
larger t
Author: bryanv
Date: Tue Mar 12 14:21:52 2013
New Revision: 248209
URL: http://svnweb.freebsd.org/changeset/base/248209
Log:
Remove netncp cscope entry missed in r248097
Reviewed by: attilio
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
===
Author: glebius
Date: Tue Mar 12 13:42:47 2013
New Revision: 248207
URL: http://svnweb.freebsd.org/changeset/base/248207
Log:
Functions m_getm2() and m_get2() have different order of arguments,
and that can drive someone crazy. While m_get2() is young and not
documented yet, change its order
Author: eadler
Date: Tue Mar 12 13:03:31 2013
New Revision: 248201
URL: http://svnweb.freebsd.org/changeset/base/248201
Log:
Update Ruslan's last name per request.
Submitted by: rm
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/committers-ports.dot
Author: jhb
Date: Tue Mar 12 12:35:02 2013
New Revision: 248200
URL: http://svnweb.freebsd.org/changeset/base/248200
Log:
Remove fortunes-o from the base system. Debating what does or does not
belong in this file is not a useful exercise or conducive to producing a
high quality advanced ope
Author: glebius
Date: Tue Mar 12 12:23:47 2013
New Revision: 248198
URL: http://svnweb.freebsd.org/changeset/base/248198
Log:
- Use m_get2() instead of nfsm_reqhead().
- Use m_get(), m_getcl() instead of historic macros.
Sponsored by: Nginx, Inc.
Modified:
head/sys/nfsclient/nfs_subs.c
Author: attilio
Date: Tue Mar 12 12:20:49 2013
New Revision: 248197
URL: http://svnweb.freebsd.org/changeset/base/248197
Log:
Simplify vm_page_is_valid().
Sponsored by: EMC / Isilon storage division
Reviewed by: alc
Modified:
head/sys/vm/vm_page.c
Modified: head/sys/vm/vm_page.c
Author: glebius
Date: Tue Mar 12 12:19:23 2013
New Revision: 248196
URL: http://svnweb.freebsd.org/changeset/base/248196
Log:
Use m_get2() to get mbuf of appropriate size.
Sponsored by: Nginx, Inc.
Modified:
head/sys/nfs/krpc_subr.c
Modified: head/sys/nfs/krpc_subr.c
===
Author: glebius
Date: Tue Mar 12 12:17:19 2013
New Revision: 248195
URL: http://svnweb.freebsd.org/changeset/base/248195
Log:
Use m_get(), m_gethdr() and m_getcl() instead of historic macros.
Sponsored by: Nginx, Inc.
Modified:
head/sys/rpc/clnt_dg.c
head/sys/rpc/clnt_vc.c
head/sys/r
Author: glebius
Date: Tue Mar 12 12:15:24 2013
New Revision: 248194
URL: http://svnweb.freebsd.org/changeset/base/248194
Log:
In kern_sendfile() use m_extadd() instead of MEXTADD() macro, supplying
appropriate wait argument and checking return value. Before this change
m_extadd() could fail,
Author: glebius
Date: Tue Mar 12 12:12:16 2013
New Revision: 248193
URL: http://svnweb.freebsd.org/changeset/base/248193
Log:
The m_extadd() can fail due to memory allocation failure, thus:
- Make it return int, not void.
- Add wait parameter.
- Update MEXTADD() macro appropriately, defaul
Author: glebius
Date: Tue Mar 12 10:05:36 2013
New Revision: 248189
URL: http://svnweb.freebsd.org/changeset/base/248189
Log:
Use m_get2() to get an mbuf of appropriate size.
Reviewed by: marius
Sponsored by: Nginx, Inc.
Modified:
head/sys/arm/at91/if_ate.c
Modified: head/sys/arm/at9
Author: glebius
Date: Tue Mar 12 08:59:51 2013
New Revision: 248188
URL: http://svnweb.freebsd.org/changeset/base/248188
Log:
Finish r243882: mechanically substitute flags from historic mbuf
allocator with malloc(9) flags within sys.
Sponsored by: Nginx, Inc.
Modified:
head/sys/dev/isc
Author: glebius
Date: Tue Mar 12 08:45:42 2013
New Revision: 248187
URL: http://svnweb.freebsd.org/changeset/base/248187
Log:
More Lenovo headphones redirection quirks: Lenovo T430, Lenovo T430S.
Submitted by: Sergey Nasonov , T430
Submitted by: Johannes Dieterich , T430S
Modified:
hea
29 matches
Mail list logo