Author: jfv
Date: Sat Dec 10 07:08:52 2011
New Revision: 228387
URL: http://svn.freebsd.org/changeset/base/228387
Log:
Part 2 of 2 New deltas for the 1G drivers.
There have still been intermittent problems with apparent TX
hangs for some customers. These have been problematic to reproduc
Author: jfv
Date: Sat Dec 10 06:55:02 2011
New Revision: 228386
URL: http://svn.freebsd.org/changeset/base/228386
Log:
Part 1 of two parts, this is the shared code changes in
support of new deltas for both em and igb drivers.
Note that I am not able to track all the bugs fixed in
this c
Author: des
Date: Sat Dec 10 01:44:24 2011
New Revision: 228384
URL: http://svn.freebsd.org/changeset/base/228384
Log:
Add minimal validation of the service name to fend off at least one
attack vector against applications that allow the applicant to specify
which policy to apply.
Submit
2011(r228382)
+++ head/lib/clang/include/clang/Basic/Version.inc Sat Dec 10 01:01:44
2011(r228383)
@@ -5,6 +5,6 @@
#defineCLANG_VERSION_MINOR 0
#defineCLANG_VENDOR"FreeBSD "
-#defineCLANG_VENDOR_SUFFIX " 201
Author: yongari
Date: Fri Dec 9 23:37:55 2011
New Revision: 228381
URL: http://svn.freebsd.org/changeset/base/228381
Log:
FreeBSD driver does not require arpcom structure in softc.
Modified:
head/sys/dev/et/if_etvar.h
Modified: head/sys/dev/et/if_etvar.h
On Sat, Nov 12, 2011 at 04:33:36PM -0800, Ben Laurie wrote:
> On Fri, Nov 11, 2011 at 2:57 PM, Brooks Davis wrote:
> > Author: brooks
> > Date: Fri Nov 11 22:57:52 2011
> > New Revision: 227459
> > URL: http://svn.freebsd.org/changeset/base/227459
> >
> > Log:
> > ?In r191367 the need for if_free_
Author: brooks
Date: Fri Dec 9 23:26:28 2011
New Revision: 228380
URL: http://svn.freebsd.org/changeset/base/228380
Log:
Remove the unused if_free_type() function.
X-MFC after: never
Modified:
head/sys/net/if.c
head/sys/net/if_var.h
Modified: head/sys/net/if.c
==
Author: dim
Date: Fri Dec 9 22:23:45 2011
New Revision: 228379
URL: http://svn.freebsd.org/changeset/base/228379
Log:
Upgrade our copy of llvm/clang to 3.0 release. Release notes can be
found at: http://llvm.org/releases/3.0/docs/ReleaseNotes.html
MFC after:1 week
Added:
head/lib
Author: kib
Date: Fri Dec 9 20:41:54 2011
New Revision: 228376
URL: http://svn.freebsd.org/changeset/base/228376
Log:
Typo.
MFC after:3 days
Modified:
head/sys/ddb/db_thread.c
Modified: head/sys/ddb/db_thread.c
===
Author: kib
Date: Fri Dec 9 20:40:24 2011
New Revision: 228375
URL: http://svn.freebsd.org/changeset/base/228375
Log:
Typo.
MFC after:3 days
Modified:
head/libexec/rtld-elf/rtld.h
Modified: head/libexec/rtld-elf/rtld.h
===
Author: jimharris
Date: Fri Dec 9 20:23:58 2011
New Revision: 228373
URL: http://svn.freebsd.org/changeset/base/228373
Log:
Added jimharris.
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
Author: jhb
Date: Fri Dec 9 19:24:17 2011
New Revision: 228371
URL: http://svn.freebsd.org/changeset/base/228371
Log:
- Add a test for PR 151758.
- While here, make this compile and work on non-i386:
- Use CMSG_SPACE(), CMSG_LEN(), and CMSG_FIRSTHDR() instead of ignoring
padding bet
Author: yongari
Date: Fri Dec 9 19:17:51 2011
New Revision: 228370
URL: http://svn.freebsd.org/changeset/base/228370
Log:
After r228293, et(4) supports altq(4).
Modified:
head/share/man/man4/altq.4
head/share/man/man4/et.4
Modified: head/share/man/man4/altq.4
=
Author: yongari
Date: Fri Dec 9 19:10:38 2011
New Revision: 228369
URL: http://svn.freebsd.org/changeset/base/228369
Log:
Announce flow control ability to PHY driver and enable RX flow
control. Controller does not automatically generate pause frames
based on number of available RX buffers
Author: yongari
Date: Fri Dec 9 18:34:45 2011
New Revision: 228368
URL: http://svn.freebsd.org/changeset/base/228368
Log:
Remove unnecessary definition of ET_PCIR_BAR. Controller support
I/O memory only.
While here, use pci_set_max_read_req(9) rather than directly
manipulating PCIe devic
Author: pjd
Date: Fri Dec 9 18:22:57 2011
New Revision: 228363
URL: http://svn.freebsd.org/changeset/base/228363
Log:
The vfs.zfs.txg.timeout sysctl can be safely modified at run time.
MFC after:1 week
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/txg.c
Modified: he
Author: yongari
Date: Fri Dec 9 18:17:02 2011
New Revision: 228362
URL: http://svn.freebsd.org/changeset/base/228362
Log:
Do not disable interrupt without knowing whether the raised
interrupt is ours. Note, interrupts are automatically ACKed when
the status register is read.
Add RX/TX DM
Author: jhb
Date: Fri Dec 9 17:49:34 2011
New Revision: 228361
URL: http://svn.freebsd.org/changeset/base/228361
Log:
Explicitly use curthread while manipulating td_fpop during last close
of a devfs file descriptor in devfs_close_f(). The passed in td argument
may be NULL if the close was
Author: pho
Date: Fri Dec 9 17:19:41 2011
New Revision: 228360
URL: http://svn.freebsd.org/changeset/base/228360
Log:
Move cpu_set_upcall(newtd, td) up before the first call of
thread_free(newtd). This to avoid a possible page fault in
cpu_thread_clean() as seen on amd64 with syscall fuzzi
Author: jh
Date: Fri Dec 9 13:28:41 2011
New Revision: 228359
URL: http://svn.freebsd.org/changeset/base/228359
Log:
sbuf_data() hasn't returned NULL for overflowed buffers since r71721.
Modified:
head/share/man/man9/sbuf.9
Modified: head/share/man/man9/sbuf.9
==
Author: jh
Date: Fri Dec 9 13:15:19 2011
New Revision: 228358
URL: http://svn.freebsd.org/changeset/base/228358
Log:
- Fix markup.
- Remove trailing whitespace.
Modified:
head/share/man/man9/sbuf.9
Modified: head/share/man/man9/sbuf.9
==
21 matches
Mail list logo