On 07/21/15 at 09:27P, Andrey V. Elsukov wrote:
> On 21.07.2015 03:31, Hiren Panchasara wrote:
> > Author: hiren
> > Date: Tue Jul 21 00:31:13 2015
> > New Revision: 285731
> > URL: https://svnweb.freebsd.org/changeset/base/285731
> >
> > Log:
> > Fix a typo in r285668. Replace hw.ixgbe.* with c
Author: hiren
Date: Tue Jul 21 06:48:36 2015
New Revision: 285736
URL: https://svnweb.freebsd.org/changeset/base/285736
Log:
Remove a couple of TUNABLE_INT() calls which are unnecessary after r267961.
r267961 did remove them but they "reappeared" when ixgbe(4) rewrite happened
in
r280182.
On 21.07.2015 03:31, Hiren Panchasara wrote:
> Author: hiren
> Date: Tue Jul 21 00:31:13 2015
> New Revision: 285731
> URL: https://svnweb.freebsd.org/changeset/base/285731
>
> Log:
> Fix a typo in r285668. Replace hw.ixgbe.* with correct hw.ix.* for a couple
> of
> sysctls.
This looks like
Bad mjg!
this happend whilst doing 'sysctl -vmstat 1' in one window, 'top' in
another window, and 'kldunload uhci' as root:
Unread portion of the kernel message buffer:
uhci5: detached
panic: sleepq_add: td 0xc75d06a0 to sleep on wchan 0xc0b3e8e4 with
sleeping prohibited
cpuid = 1
KDB: stack back
Author: ae
Date: Tue Jul 21 06:18:42 2015
New Revision: 285735
URL: https://svnweb.freebsd.org/changeset/base/285735
Log:
lseek() allows an offset to be set beyond the end of file. Using
it to check that partition has enough space to write bootcode doesn't
work. Use the known size of provide
Author: allanjude (doc committer)
Date: Tue Jul 21 05:03:59 2015
New Revision: 285734
URL: https://svnweb.freebsd.org/changeset/base/285734
Log:
Fix some issues with the application of libxo to ls(1)
* Add whitespace trimming to some fields (username, group, size, inode,
blocks) to avoid w
Author: gjb
Date: Tue Jul 21 03:18:53 2015
New Revision: 285733
URL: https://svnweb.freebsd.org/changeset/base/285733
Log:
Fix an out-of-order execution issue regarding pkg(8):
- pkg(8) cannot be removed before subsequent reinvocations
- The PKG_CACHEDIR cannot be cleaned after the repo*.sql
On Saturday, July 11, 2015 11:29:19 AM Alan Cox wrote:
> On 07/11/2015 10:21, Adrian Chadd wrote:
> > * The VM doesn't handle unbalanced domains very well, and if you have an
> > overly
> > unbalanced memory setup whilst under high memory pressure, VM page
> > allocation
> > may fail le
On Friday, July 17, 2015 03:45:36 AM Bruce Evans wrote:
> On Thu, 16 Jul 2015, Sean Bruno wrote:
>
> > Log:
> > Add an adapter CORE lock in the DDB hook em_dump_queue to avoid WITNESS
> > panic in em_init_locked() while debugging.
>
> It is a bug to lock anything from within ddb.
Agreed. DDB
Author: allanjude (doc committer)
Date: Tue Jul 21 00:33:15 2015
New Revision: 285732
URL: https://svnweb.freebsd.org/changeset/base/285732
Log:
Add the Dell E7240 laptop and Intel DP965LT motherboard to the list for the
GPT active workaround
PR: 194359
Requested by: sbruno, hi
Author: hiren
Date: Tue Jul 21 00:31:13 2015
New Revision: 285731
URL: https://svnweb.freebsd.org/changeset/base/285731
Log:
Fix a typo in r285668. Replace hw.ixgbe.* with correct hw.ix.* for a couple of
sysctls.
Approved by: re (gjb)
Sponsored by: Limelight Networks
Modified:
stabl
Author: gnn
Date: Mon Jul 20 23:24:25 2015
New Revision: 285730
URL: https://svnweb.freebsd.org/changeset/base/285730
Log:
Only report the lack of ALTQ support if pfctl is using verbose (-v) mode.
PR: 194935
Submitted by: Jim Thompson
MFC after:2 weeks
Modified:
head/sb
Author: jkim
Date: Mon Jul 20 22:32:43 2015
New Revision: 285729
URL: https://svnweb.freebsd.org/changeset/base/285729
Log:
Tag ACPICA 20150717.
Added:
vendor-sys/acpica/20150717/
- copied from r285728, vendor-sys/acpica/dist/
___
svn-src-all@f
Author: jkim
Date: Mon Jul 20 22:31:50 2015
New Revision: 285728
URL: https://svnweb.freebsd.org/changeset/base/285728
Log:
Import ACPICA 20150717.
Added:
vendor-sys/acpica/dist/source/components/debugger/dbobject.c
- copied, changed from r285727,
vendor-sys/acpica/dist/source/component
Author: gjb
Date: Mon Jul 20 22:17:11 2015
New Revision: 285727
URL: https://svnweb.freebsd.org/changeset/base/285727
Log:
MFC r285253 (hrs):
- Add IPv6 support in quota(1). While rpc.rquotad has supported
PF_INET6 for a long time, quota(1) utility supported only PF_INET.
- Clean up
Author: allanjude (doc committer)
Date: Mon Jul 20 22:14:55 2015
New Revision: 285726
URL: https://svnweb.freebsd.org/changeset/base/285726
Log:
MFC: r277949:
New function smbios_match to detect BIOS versions during boot
MFC: r277957:
Fix order of functions in smbios.c (corr
Author: gjb
Date: Mon Jul 20 21:52:05 2015
New Revision: 285725
URL: https://svnweb.freebsd.org/changeset/base/285725
Log:
MFC r285253 (hrs):
- Add IPv6 support in quota(1). While rpc.rquotad has supported
PF_INET6 for a long time, quota(1) utility supported only PF_INET.
- Clean up
Author: kib
Date: Mon Jul 20 19:51:41 2015
New Revision: 285724
URL: https://svnweb.freebsd.org/changeset/base/285724
Log:
Typo in comment.
Modified:
head/sys/x86/iommu/intel_idpgtbl.c
Modified: head/sys/x86/iommu/intel_idpgtbl.c
==
Author: mav
Date: Mon Jul 20 17:48:00 2015
New Revision: 285723
URL: https://svnweb.freebsd.org/changeset/base/285723
Log:
Increase output amp on ASUS UX31A by +5dB.
While there, implement couple helper functions.
Modified:
head/sys/dev/sound/pci/hda/hdaa_patches.c
Modified: head/sys/de
Author: brd (doc,ports committer)
Date: Mon Jul 20 16:27:44 2015
New Revision: 285722
URL: https://svnweb.freebsd.org/changeset/base/285722
Log:
Add support for building VirtualBox Vagrant images.
Abstract the build, package and upload to handle building either type.
Approved by: re (gjb
Author: allanjude (doc committer)
Date: Mon Jul 20 16:17:43 2015
New Revision: 285721
URL: https://svnweb.freebsd.org/changeset/base/285721
Log:
MFC: r285482
A variable was misspelled resulting in chmod executing on the installer
instead of on the target chroot
PR: 191402
M
Author: pfg
Date: Mon Jul 20 16:15:56 2015
New Revision: 285720
URL: https://svnweb.freebsd.org/changeset/base/285720
Log:
libusb: Fix minor cast-qual warning.
Fix a warning triggered by the gcc + FORTIFY_SOURCE patches:
In function 'libusb20_parse_config_desc': lib/libusb/libusb20_des
Author: pfg
Date: Mon Jul 20 16:08:01 2015
New Revision: 285719
URL: https://svnweb.freebsd.org/changeset/base/285719
Log:
snmp_hostres(3): Fix buffer overflow.
Actually just a typo. Detected by gcc + FORTIFY_SOURCE patches.
CID: 1007594
MFC after:3 days
Modified:
hea
Author: brueffer
Date: Mon Jul 20 14:40:34 2015
New Revision: 285718
URL: https://svnweb.freebsd.org/changeset/base/285718
Log:
MFC: r285457
Don't claim c99 is a wrapper around gcc; it's a wrapper around the system
cc.
PR: 201303
Submitted by: Bruce Cran
Approved by
Author: jpaetzel
Date: Mon Jul 20 14:38:40 2015
New Revision: 285717
URL: https://svnweb.freebsd.org/changeset/base/285717
Log:
MFC 278040:
Prevent inlining txg_quiesce
This allows dtrace to monitor the calls to txg_quiesce which can be
really helpful.
Also standardize __noinlin
Author: ed
Date: Mon Jul 20 13:46:22 2015
New Revision: 285716
URL: https://svnweb.freebsd.org/changeset/base/285716
Log:
Make forking of CloudABI processes work.
Just like FreeBSD+Capsicum, CloudABI uses process descriptors. Return
the file descriptor number to the parent process.
T
Hi Jilles,
2015-07-17 13:41 GMT+02:00 Jilles Tjoelker :
> The maximum number of iovecs is part of the ABI and should therefore
> probably have a CLOUDABI_* constant.
>
> It turns out that both FreeBSD and Linux report 1024 for getconf
> IOV_MAX, so there is little practical effect.
That's a good
Author: ed
Date: Mon Jul 20 10:20:04 2015
New Revision: 285715
URL: https://svnweb.freebsd.org/changeset/base/285715
Log:
Add an API for easily creating userspace threads in kernelspace.
This change refactors the existing create_thread() function to be more
generic. It replaces almost all
Author: mav
Date: Mon Jul 20 09:37:42 2015
New Revision: 285714
URL: https://svnweb.freebsd.org/changeset/base/285714
Log:
Fix typo in comment.
Submitted by: Masao Uebayashi
Modified:
head/sys/kern/kern_clocksource.c
Modified: head/sys/kern/kern_clocksource.c
===
Author: zec
Date: Mon Jul 20 08:21:51 2015
New Revision: 285713
URL: https://svnweb.freebsd.org/changeset/base/285713
Log:
Prevent null-pointer dereferencing.
MFC after:3 days
Modified:
head/sys/net/if.c
Modified: head/sys/net/if.c
===
Dear Purchase Managamer
Thanks for your time to read my email.
I'm Leo from Beijing SSHN Company in China. SS&HN the expert in BS4568 conduit
Class4/Class 3 manufacture industry.
Also support the OEM service print or embossed your own brand.
We will provide you the best satisfied with the price
Author: ae
Date: Mon Jul 20 07:26:31 2015
New Revision: 285712
URL: https://svnweb.freebsd.org/changeset/base/285712
Log:
Add helper functions for IP checksum adjusting. Use these functions in
dummynet code and for setdscp. This fixes wrong checksums in some cases.
Obtained from:Y
32 matches
Mail list logo