Author: andre
Date: Fri Feb 1 10:26:31 2013
New Revision: 246204
URL: http://svnweb.freebsd.org/changeset/base/246204
Log:
Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.
VM_KMEM_SIZE_SCALE specifies which fraction of the available physical
memory, after deduction
Author: gber
Date: Fri Feb 1 11:39:03 2013
New Revision: 246205
URL: http://svnweb.freebsd.org/changeset/base/246205
Log:
Get time of next event from other cores only if SMP is already started.
Reviewed by: mav
Obtained from: Semihalf
Modified:
head/sys/kern/kern_clocksource.c
Modifi
Author: gahr (ports committer)
Date: Fri Feb 1 13:04:06 2013
New Revision: 246206
URL: http://svnweb.freebsd.org/changeset/base/246206
Log:
- Fix more style(9)-related issues (copyright header, spaces after function
names, unnecessary casts)
- Change type of boolean variable from char to
Author: andre
Date: Fri Feb 1 14:16:37 2013
New Revision: 246207
URL: http://svnweb.freebsd.org/changeset/base/246207
Log:
Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.
Modified:
head/sys/i386/include/vmparam.h
Modified: head/sys/i386/include/vmparam.h
==
Author: andre
Date: Fri Feb 1 14:21:09 2013
New Revision: 246208
URL: http://svnweb.freebsd.org/changeset/base/246208
Log:
uma_zone_set_max() directly returns the rounded effective zone
limit. Use the return value directly instead of doing a second
uma_zone_set_max() step.
MFC after:
Author: charnier
Date: Fri Feb 1 14:26:54 2013
New Revision: 246209
URL: http://svnweb.freebsd.org/changeset/base/246209
Log:
Change old-style function definition
Modified:
head/usr.sbin/timed/timed/acksend.c
head/usr.sbin/timed/timed/byteorder.c
head/usr.sbin/timed/timed/candidate.c
h
Author: jhb
Date: Fri Feb 1 15:32:20 2013
New Revision: 246210
URL: http://svnweb.freebsd.org/changeset/base/246210
Log:
Add placeholder constants to reserve a portion of the socket option
name space for use by downstream vendors to add custom options.
MFC after:2 weeks
Modified:
Author: kib
Date: Fri Feb 1 16:48:55 2013
New Revision: 246212
URL: http://svnweb.freebsd.org/changeset/base/246212
Log:
The change to reduce default smp_tsc_shift caused tsc shift to become
zero on slower machines, which make the fenced get_timecount methods
not used despite needed. Remov
Author: kib
Date: Fri Feb 1 16:57:02 2013
New Revision: 246213
URL: http://svnweb.freebsd.org/changeset/base/246213
Log:
Assert that the mbuf in the chain has sane length. Proper place for
this check is somewhere in the network code, but this assertion
already proven to be useful in catchi
Author: neel
Date: Fri Feb 1 16:58:59 2013
New Revision: 246214
URL: http://svnweb.freebsd.org/changeset/base/246214
Log:
Add support for MSI-X interrupts in the virtio block device and make that
the default.
The current behavior of advertising a single MSI vector can be requested by
s
On 02/01/2013 04:26, Andre Oppermann wrote:
> Author: andre
> Date: Fri Feb 1 10:26:31 2013
> New Revision: 246204
> URL: http://svnweb.freebsd.org/changeset/base/246204
>
> Log:
> Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.
>
> VM_KMEM_SIZE_SCALE specifies which
Author: kib
Date: Fri Feb 1 17:58:37 2013
New Revision: 246215
URL: http://svnweb.freebsd.org/changeset/base/246215
Log:
Fix a backwards comment in markvoldirty().
Submitted by: bde
MFC after:1 week
Modified:
head/sys/fs/msdosfs/msdosfs_fat.c
Modified: head/sys/fs/msdosfs/msdosfs
Author: kib
Date: Fri Feb 1 18:01:03 2013
New Revision: 246216
URL: http://svnweb.freebsd.org/changeset/base/246216
Log:
The mountmsdosfs() function had an insane sanity test, remove it.
Trying FAT32 on a small partition failed to mount because
pmp->pm_Sectors was nonzero. Normally, FAT
Author: kib
Date: Fri Feb 1 18:06:06 2013
New Revision: 246217
URL: http://svnweb.freebsd.org/changeset/base/246217
Log:
The directory entry for dotdot was corrupted in the FAT32 case when moving
a directory to a subdir of the root directory from somewhere else.
For all directory moves t
Author: kib
Date: Fri Feb 1 18:25:53 2013
New Revision: 246218
URL: http://svnweb.freebsd.org/changeset/base/246218
Log:
Backup FATs were sometimes marked dirty by copying their first block
from the primary FAT, and then they were not marked clean on unmount.
Force marking them clean when a
Author: kib
Date: Fri Feb 1 18:30:41 2013
New Revision: 246219
URL: http://svnweb.freebsd.org/changeset/base/246219
Log:
The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less than
track the MNT_SYNCHRONOUS flag. It is set to the latter at mount time
but not updated by MNT_UPDATE
On Fri, 1 Feb 2013, Konstantin Belousov wrote:
Log:
The directory entry for dotdot was corrupted in the FAT32 case when moving
a directory to a subdir of the root directory from somewhere else.
For all directory moves that change the parent directory, the dotdot
entry must be fixed up. For
Author: neel
Date: Fri Feb 1 19:24:16 2013
New Revision: 246221
URL: http://svnweb.freebsd.org/changeset/base/246221
Log:
Display MSI-X table and PBA offsets when displaying information about MSI-X
capability.
Reviewed by: jhb, jimharris (initial version)
Modified:
head/usr.sbin/pcic
On 01.02.2013 18:52, Alan Cox wrote:
On 02/01/2013 04:26, Andre Oppermann wrote:
Author: andre
Date: Fri Feb 1 10:26:31 2013
New Revision: 246204
URL: http://svnweb.freebsd.org/changeset/base/246204
Log:
Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.
VM_KMEM_SIZE
Author: eadler
Date: Fri Feb 1 20:17:11 2013
New Revision: 246222
URL: http://svnweb.freebsd.org/changeset/base/246222
Log:
Remove support for plip from the GENERIC kernel as no systems in the
last 10 years require this support.
Discussed with: db
Discussed with: kib
Revi
.. before you make that assumption, please re-visit some the ..
lower-end integrated ethernet MACs in embedded chips.
I don't know whether the Atheros stuff does (I think it does, but I
don't know under what conditions it's possible.)
Maybe have it by default not return jumbo mbufs, and if a driv
On 01.02.2013 21:23, Adrian Chadd wrote:
.. before you make that assumption, please re-visit some the ..
lower-end integrated ethernet MACs in embedded chips.
I don't know whether the Atheros stuff does (I think it does, but I
don't know under what conditions it's possible.)
Maybe have it by de
On Fri, Feb 1, 2013 at 1:01 PM, Andre Oppermann wrote:
> On 01.02.2013 21:23, Adrian Chadd wrote:
>>
>> .. before you make that assumption, please re-visit some the ..
>> lower-end integrated ethernet MACs in embedded chips.
>>
>> I don't know whether the Atheros stuff does (I think it does, but I
On 01.02.2013 22:16, Juli Mallett wrote:
On Fri, Feb 1, 2013 at 1:01 PM, Andre Oppermann wrote:
On 01.02.2013 21:23, Adrian Chadd wrote:
.. before you make that assumption, please re-visit some the ..
lower-end integrated ethernet MACs in embedded chips.
I don't know whether the Atheros stuf
Author: sjg
Date: Fri Feb 1 22:55:27 2013
New Revision: 246223
URL: http://svnweb.freebsd.org/changeset/base/246223
Log:
Merge bmake-20130123
Approved by: marcel (mentor)
Added:
head/contrib/bmake/Makefile
- copied unchanged from r246222, vendor/NetBSD/bmake/dist/Makefile
head/c
Author: adrian
Date: Sat Feb 2 02:00:10 2013
New Revision: 246226
URL: http://svnweb.freebsd.org/changeset/base/246226
Log:
Wrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG will work correctly
in a wlan.ko module.
Modified:
head/sys/net80211/ieee80211_superg.c
Modified: head/sys/net8021
Author: adrian
Date: Sat Feb 2 02:00:29 2013
New Revision: 246227
URL: http://svnweb.freebsd.org/changeset/base/246227
Log:
Allow IEEE80211_SUPPORT_SUPERG to be defined _and_ have a working wlan
module.
Modified:
head/sys/modules/wlan/Makefile
Modified: head/sys/modules/wlan/Makefile
Author: kientzle
Date: Sat Feb 2 06:01:57 2013
New Revision: 246228
URL: http://svnweb.freebsd.org/changeset/base/246228
Log:
Tweaks to standard BEAGLEBONE config, as recently discussed
on FreeBSD-ARM.
Modified:
head/sys/arm/conf/BEAGLEBONE
Modified: head/sys/arm/conf/BEAGLEBONE
=
Author: kientzle
Date: Sat Feb 2 06:06:39 2013
New Revision: 246229
URL: http://svnweb.freebsd.org/changeset/base/246229
Log:
Fix an obvious typo that broke time specifications of the form
"2 hours ago".
Modified:
head/contrib/libarchive/libarchive/archive_getdate.c
head/contrib/libarchi
29 matches
Mail list logo