Author: jmallett
Date: Sat Sep 18 00:58:44 2010
New Revision: 212809
URL: http://svn.freebsd.org/changeset/base/212809
Log:
Fix octusb build.
Modified:
head/sys/mips/cavium/usb/octusb.c
Modified: head/sys/mips/cavium/usb/octusb.c
==
Author: delphij
Date: Sat Sep 18 00:46:05 2010
New Revision: 212808
URL: http://svn.freebsd.org/changeset/base/212808
Log:
MFC r211475:
Check return value of dup(), it could be -1 when the system is running
out of file descriptors for instance.
Found with: Coverity Prevent(tm)
CI
Author: delphij
Date: Sat Sep 18 00:44:55 2010
New Revision: 212807
URL: http://svn.freebsd.org/changeset/base/212807
Log:
MFC r211475:
Check return value of dup(), it could be -1 when the system is running
out of file descriptors for instance.
Found with: Coverity Prevent(tm)
CI
Author: jkim
Date: Fri Sep 17 23:09:31 2010
New Revision: 212806
URL: http://svn.freebsd.org/changeset/base/212806
Log:
Rework r210248. Although it fixed most of problems, it did not fix one
particular edge case where X-axis resolution is not multiple of font width.
Now we just advance enou
Author: pjd
Date: Fri Sep 17 22:59:15 2010
New Revision: 212805
URL: http://svn.freebsd.org/changeset/base/212805
Log:
Before VirtualBox is fixed, mark with #ifdef what has to be done to make
it possible to boot from ZFS RAIDZ for example from within VirtualBox.
The problem with VirtualBox i
Author: pjd
Date: Fri Sep 17 22:51:45 2010
New Revision: 212804
URL: http://svn.freebsd.org/changeset/base/212804
Log:
Remove magic value.
Modified:
head/sys/boot/zfs/zfs.c
Modified: head/sys/boot/zfs/zfs.c
==
--- he
Author: andre
Date: Fri Sep 17 22:05:27 2010
New Revision: 212803
URL: http://svn.freebsd.org/changeset/base/212803
Log:
Rearrange the TSO code to make it more readable and to clearly
separate the decision logic, of whether we can do TSO, and the
calculation of the burst length into two dist
Author: ken
Date: Fri Sep 17 21:53:56 2010
New Revision: 212802
URL: http://svn.freebsd.org/changeset/base/212802
Log:
Fix a couple of mps problems.
When the driver is completely saturated with commands (1024 in the
case of the SAS2008 in my test system), I/O stops. If we tell CAM
that
Author: tuexen
Date: Fri Sep 17 19:20:39 2010
New Revision: 212801
URL: http://svn.freebsd.org/changeset/base/212801
Log:
Fix a bug where the wrong PR-SCTP policy was considered.
While there, use always the same code for the check of
TTL expiration.
MFC after: 2 weeks.
Modified:
head
Author: tuexen
Date: Fri Sep 17 18:53:07 2010
New Revision: 212800
URL: http://svn.freebsd.org/changeset/base/212800
Log:
Make the initial congestion window configurable via sysctl.
MFC after: 2 weeks.
Modified:
head/sys/netinet/sctp_cc_functions.c
head/sys/netinet/sctp_sysctl.c
head
Author: tuexen
Date: Fri Sep 17 16:20:29 2010
New Revision: 212799
URL: http://svn.freebsd.org/changeset/base/212799
Log:
* Implement initial version of send buffer splitting.
* Make send/recv buffer splitting switchable via sysctl.
* While there: Fix some comments.
Modified:
head/sys/net
Author: imp
Date: Fri Sep 17 16:05:25 2010
New Revision: 212798
URL: http://svn.freebsd.org/changeset/base/212798
Log:
By popular demand, kill all the non GIANT related interrupt messages.
They are confusing and add little value.
Reviewed by: jhb@
Modified:
head/sys/kern/subr_bus.c
M
Author: dim
Date: Fri Sep 17 15:58:05 2010
New Revision: 212797
URL: http://svn.freebsd.org/changeset/base/212797
Log:
Remove my size limit again, as I am done importing llvm & clang.
Approved-by: rpaulo (mentor)
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.
Author: dim
Date: Fri Sep 17 15:56:19 2010
New Revision: 212796
URL: http://svn.freebsd.org/changeset/base/212796
Log:
Tag clang r114020.
Approved by: rpaulo (mentor)
Added:
vendor/clang/clang-r114020/
- copied from r212795, vendor/clang/dist/
__
Author: dim
Date: Fri Sep 17 15:50:59 2010
New Revision: 212794
URL: http://svn.freebsd.org/changeset/base/212794
Log:
Tag llvm r114020.
Approved by: rpaulo (mentor)
Added:
vendor/llvm/llvm-r114020/
- copied from r212793, vendor/llvm/dist/
__
Author: dim
Date: Fri Sep 17 15:44:32 2010
New Revision: 212792
URL: http://svn.freebsd.org/changeset/base/212792
Log:
Temporarily raise my limit, so I can import new llvm and clang
snapshots.
Approved-by: rpaulo (mentor)
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf
Author: mm
Date: Fri Sep 17 14:15:03 2010
New Revision: 212791
URL: http://svn.freebsd.org/changeset/base/212791
Log:
Remove duplicate include of
Approved by: delphij (mentor)
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c
Modified: head
On Thu, 16 Sep 2010, David O'Brien wrote:
...
Interestingly, we may not be compliant with susv3 if I am reading this
correctly:
The printf utility is required to notify the user when conversion
errors are detected while producing numeric output; thus, the
following results would be exp
Author: jchandra
Date: Fri Sep 17 10:28:10 2010
New Revision: 212790
URL: http://svn.freebsd.org/changeset/base/212790
Log:
Fixes for XLR network accelerator driver (nlge).
- Process some tx done messages in the transmit path, to ensure that
the XLR NA tx done FIFO does not overflow.
Author: avg
Date: Fri Sep 17 09:50:36 2010
New Revision: 212789
URL: http://svn.freebsd.org/changeset/base/212789
Log:
nextboot: warn about limitations of /boot/nextboot.conf on ZFS
MFC after:1 week
Modified:
head/sbin/reboot/nextboot.sh
Modified: head/sbin/reboot/nextboot.sh
==
Author: obrien
Date: Fri Sep 17 09:14:40 2010
New Revision: 212788
URL: http://svn.freebsd.org/changeset/base/212788
Log:
Correct some non-code typos.
Modified:
head/sys/ufs/ffs/ffs_vfsops.c
Modified: head/sys/ufs/ffs/ffs_vfsops.c
=
Author: mav
Date: Fri Sep 17 08:44:54 2010
New Revision: 212787
URL: http://svn.freebsd.org/changeset/base/212787
Log:
Add atrtc(4) manual page.
Added:
head/share/man/man4/atrtc.4 (contents, props changed)
Modified:
head/share/man/man4/Makefile
head/share/man/man4/attimer.4
head/share
Author: mav
Date: Fri Sep 17 07:44:01 2010
New Revision: 212786
URL: http://svn.freebsd.org/changeset/base/212786
Log:
Fix typo ${attimer.4} -> ${_attimer.4}.
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/man4/Makefile
===
Author: jhay
Date: Fri Sep 17 07:40:02 2010
New Revision: 212785
URL: http://svn.freebsd.org/changeset/base/212785
Log:
Chase the ports list to make snapshots work again with NOPORTS set.
Modified:
head/release/Makefile.inc.docports
Modified: head/release/Makefile.inc.docports
==
Author: avg
Date: Fri Sep 17 07:36:32 2010
New Revision: 212784
URL: http://svn.freebsd.org/changeset/base/212784
Log:
amd64: reduce VM_KMEM_SIZE_SCALE to 1 allowing kernel to use more memory
KVA space is abundant on amd64, so there is no reason to limit kernel
map size to a fraction of a
Author: avg
Date: Fri Sep 17 07:34:50 2010
New Revision: 212783
URL: http://svn.freebsd.org/changeset/base/212783
Log:
zfs arc_reclaim_needed: fix typo in mismerge in r212780
PR: kern/146410, kern/138790
MFC after:3 weeks
X-MFC with: r212780
Modified:
head/sys/cddl/co
Author: avg
Date: Fri Sep 17 07:20:20 2010
New Revision: 212782
URL: http://svn.freebsd.org/changeset/base/212782
Log:
zfs+sendfile: advance uio_offset upon reading as well
Picked from analogous code in tmpfs.
MFC after:1 week
Modified:
head/sys/cddl/contrib/opensolaris/uts/comm
Author: avg
Date: Fri Sep 17 07:17:38 2010
New Revision: 212781
URL: http://svn.freebsd.org/changeset/base/212781
Log:
zfs arc_reclaim_needed: remove redundant checks for arc_c_max and arc_c_max
Those checks are not present in upstream code and they are enforced in
actual calculations of
Author: avg
Date: Fri Sep 17 07:14:07 2010
New Revision: 212780
URL: http://svn.freebsd.org/changeset/base/212780
Log:
zfs arc_reclaim_needed: more reasonable threshold for available pages
vm_paging_target() is not a trigger of any kind for pageademon, but
rather a "soft" target for it wh
29 matches
Mail list logo