Author: adrian
Date: Tue Mar 4 08:01:56 2014
New Revision: 262729
URL: http://svnweb.freebsd.org/changeset/base/262729
Log:
Handle the newer-style bluetooth message format from the (at least)
Centrino 2230 firmware.
This fixes the general statistics block to be actually valid.
I've
Pawel Jakub Dawidek writes:
> Dimitry Andric writes:
> > Wouldn't it be enough to merge r261499 ("Fix installations that use
> > kernels without CAPABILITIES support") by pjd?
> Yes, my change should be definiately merged with OpenSSH merge. If
> nobody beats me to it, I should be able to merge i
Author: pho
Date: Tue Mar 4 10:47:35 2014
New Revision: 262730
URL: http://svnweb.freebsd.org/changeset/base/262730
Log:
Changed name of test case to a more descriptive one and moved
comment to the "descr" property.
Suggested by: jmmv
Sponsored by: EMC / Isilon storage division
Modif
Author: tijl
Date: Tue Mar 4 11:43:01 2014
New Revision: 262731
URL: http://svnweb.freebsd.org/changeset/base/262731
Log:
MFC r262441-262442,262447,262461-262464,262655:
- Consistently pass around context information using a simple pointer.
This fixes some dereferencing bugs in Chinese
Author: hselasky
Date: Tue Mar 4 12:33:18 2014
New Revision: 262732
URL: http://svnweb.freebsd.org/changeset/base/262732
Log:
Add new quirk.
MFC after:1 week
PR: usb/187188
Submitted by: Hiroo Ono
Modified:
head/sys/dev/usb/quirk/usb_quirk.c
head/sys/dev/usb/usbdevs
Author: markj
Date: Tue Mar 4 14:00:49 2014
New Revision: 262733
URL: http://svnweb.freebsd.org/changeset/base/262733
Log:
Use a full path to the target for make rules which create symlinks @,
machine and ${MACHINE_CPUARCH}. Otherwise the presence of a file named
"x86" or "x86.c" in the mak
Author: glebius
Date: Tue Mar 4 14:01:12 2014
New Revision: 262734
URL: http://svnweb.freebsd.org/changeset/base/262734
Log:
Merge r261590, r261592 from head:
Remove identical vnet sysctl handlers, and handle CTLFLAG_VNET
in the sysctl_root().
Note: SYSCTL_VNET_* macros can be re
Author: glebius
Date: Tue Mar 4 14:05:37 2014
New Revision: 262735
URL: http://svnweb.freebsd.org/changeset/base/262735
Log:
Merge r261590: Fixup for r261590 (vnet sysctl handlers cleanup)
Modified:
stable/10/sys/net/vnet.h
stable/10/sys/netinet/cc/cc_cdg.c
stable/10/sys/netinet/sctp_sys
Author: ian
Date: Tue Mar 4 14:19:15 2014
New Revision: 262736
URL: http://svnweb.freebsd.org/changeset/base/262736
Log:
Use an empty ranges statement for the bus, because all the children on the
bus have their register properties declared as full physical addresses,
not offsets from a base
Author: glebius
Date: Tue Mar 4 14:21:07 2014
New Revision: 262737
URL: http://svnweb.freebsd.org/changeset/base/262737
Log:
Merge 261593 from head:
Provide macros that allow easily export uma(9) zone limits and
current usage via sysctl(9).
Modified:
stable/10/share/man/man9/zone.9
Author: glebius
Date: Tue Mar 4 14:23:58 2014
New Revision: 262738
URL: http://svnweb.freebsd.org/changeset/base/262738
Log:
Merge 261595: simplify the SYSCTL_COUNTER_U64() macro.
Modified:
stable/10/share/man/man9/counter.9
stable/10/sys/sys/sysctl.h
Directory Properties:
stable/10/ (
Author: glebius
Date: Tue Mar 4 14:46:30 2014
New Revision: 262739
URL: http://svnweb.freebsd.org/changeset/base/262739
Log:
Merge r261722, r261723, r261724, r261725 from head:
several minor improvements for UMA_ZPCPU_ZONE zones.
Modified:
stable/10/sys/kern/subr_counter.c
stable/10/sy
Author: glebius
Date: Tue Mar 4 14:49:05 2014
New Revision: 262740
URL: http://svnweb.freebsd.org/changeset/base/262740
Log:
Merge r261796 from head:
While it isn't too late and kvm_read_zpcpu() function isn't yet used
outside libkvm(3), change its order of arguments, so that it is the
Author: mav
Date: Tue Mar 4 15:07:00 2014
New Revision: 262741
URL: http://svnweb.freebsd.org/changeset/base/262741
Log:
Do not retry on CAM_FUNC_NOTAVAIL error, but return immediately.
MFC after:2 weeks
Modified:
head/sys/cam/cam_periph.c
Modified: head/sys/cam/cam_periph.c
==
Author: dwmalone
Date: Tue Mar 4 15:09:57 2014
New Revision: 262742
URL: http://svnweb.freebsd.org/changeset/base/262742
Log:
Add missing description of du (daemon.user) printcap capability.
Modified:
head/usr.sbin/lpr/lpr/printcap.5
Modified: head/usr.sbin/lpr/lpr/printcap.5
==
Author: glebius
Date: Tue Mar 4 15:14:47 2014
New Revision: 262743
URL: http://svnweb.freebsd.org/changeset/base/262743
Log:
Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,
r261825, r261859, r261875, r261883, r261911, r262027, r262028, r262029,
r262
Author: tychon
Date: Tue Mar 4 17:12:06 2014
New Revision: 262744
URL: http://svnweb.freebsd.org/changeset/base/262744
Log:
Add SMBIOS support.
A new option, -U, can be used to set the UUID in the System
Information (Type 1) structure. Manpage fix to follow.
Approved by: grehan (c
Author: dumbbell
Date: Tue Mar 4 18:27:00 2014
New Revision: 262745
URL: http://svnweb.freebsd.org/changeset/base/262745
Log:
MFC r232365:
Provide pre/post transfer method callbacks for icbbb
clients.
These are helful when making certain drivers work on both Linux
and FreeBSD with
On Tuesday, March 04, 2014 3:40:47 am Dag-Erling Smørgrav wrote:
> Pawel Jakub Dawidek writes:
> > Dimitry Andric writes:
> > > Wouldn't it be enough to merge r261499 ("Fix installations that use
> > > kernels without CAPABILITIES support") by pjd?
> > Yes, my change should be definiately merged
On Monday, March 03, 2014 6:19:29 pm Xin LI wrote:
> Author: delphij
> Date: Mon Mar 3 23:19:28 2014
> New Revision: 262718
> URL: http://svnweb.freebsd.org/changeset/base/262718
>
> Log:
> MFC r261499 (pjd):
>
> Fix installations that use kernels without CAPABILITIES support.
Thanks!
--
On Tuesday, March 04, 2014 12:09:47 am George V. Neville-Neil wrote:
> Author: gnn
> Date: Tue Mar 4 05:09:46 2014
> New Revision: 262727
> URL: http://svnweb.freebsd.org/changeset/base/262727
>
> Log:
> Naming consistency fix. The routing code defines
> RADIX_NODE_HEAD_LOCK as grabbing the w
Author: jkim
Date: Tue Mar 4 19:41:16 2014
New Revision: 262746
URL: http://svnweb.freebsd.org/changeset/base/262746
Log:
Remove dead code since r230426, fix a comment, and tidy up.
Reported by: jhb
MFC after:3 days
Modified:
head/sys/amd64/amd64/cpu_switch.S
Modified: head/sys/
On Tue, Mar 04, 2014 at 11:46:57AM -0500, John Baldwin wrote:
> On Tuesday, March 04, 2014 3:40:47 am Dag-Erling Smørgrav wrote:
> > Pawel Jakub Dawidek writes:
> > > Dimitry Andric writes:
> > > > Wouldn't it be enough to merge r261499 ("Fix installations that use
> > > > kernels without CAPABIL
Author: glebius
Date: Tue Mar 4 19:49:41 2014
New Revision: 262747
URL: http://svnweb.freebsd.org/changeset/base/262747
Log:
Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output().
The ifaddr is already referenced by the rtentry, and we are holding
reference on the rtentry th
Author: jkim
Date: Tue Mar 4 20:07:36 2014
New Revision: 262748
URL: http://svnweb.freebsd.org/changeset/base/262748
Log:
Properly save and restore CR0.
MFC after:3 days
Modified:
head/sys/amd64/amd64/cpu_switch.S
head/sys/amd64/amd64/mpboot.S
head/sys/amd64/amd64/pmap.c
Modifi
Author: sjg
Date: Tue Mar 4 20:09:23 2014
New Revision: 262749
URL: http://svnweb.freebsd.org/changeset/base/262749
Log:
Allow comments at end of line.
Reviewed by: marcel
Modified:
head/usr.sbin/makefs/mtree.c
Modified: head/usr.sbin/makefs/mtree.c
Author: jkim
Date: Tue Mar 4 20:16:00 2014
New Revision: 262750
URL: http://svnweb.freebsd.org/changeset/base/262750
Log:
Revert accidentally committed changes in 262748.
Modified:
head/sys/amd64/amd64/mpboot.S
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/mpboot.S
==
Author: dumbbell
Date: Tue Mar 4 20:21:43 2014
New Revision: 262751
URL: http://svnweb.freebsd.org/changeset/base/262751
Log:
MFC r254379:
Avoid potential redefinition of the macro.
Modified:
stable/9/sys/dev/iir/iir.c
stable/9/sys/dev/iir/iir.h
stable/9/sys/dev/iir/iir_ctrl.c
sta
Author: jkim
Date: Tue Mar 4 21:35:57 2014
New Revision: 262752
URL: http://svnweb.freebsd.org/changeset/base/262752
Log:
Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.
Inspired by: jhb
Modified:
head/sys/amd64/amd64/cpu_switch.S
head/sys/amd64/amd64/fpu.c
head
On Tuesday, March 04, 2014 4:35:57 pm Jung-uk Kim wrote:
> Author: jkim
> Date: Tue Mar 4 21:35:57 2014
> New Revision: 262752
> URL: http://svnweb.freebsd.org/changeset/base/262752
>
> Log:
> Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.
>
> Inspired by:jhb
Author: delphij
Date: Tue Mar 4 21:51:11 2014
New Revision: 262754
URL: http://svnweb.freebsd.org/changeset/base/262754
Log:
MFV r253848 (mm):
Update vendor/xz from v5.0 branch to post-5.0.5
MFC after:2 weeks
Modified:
head/contrib/xz/ChangeLog
head/contrib/xz/README
head/c
Author: emaste
Date: Tue Mar 4 21:51:09 2014
New Revision: 262753
URL: http://svnweb.freebsd.org/changeset/base/262753
Log:
Disable amd64 TLB Context ID (pcid) by default for now
There are a number of reports of userspace application crashes that
are "solved" by setting vm.pmap.pcid_enab
Author: jilles
Date: Tue Mar 4 22:30:38 2014
New Revision: 262755
URL: http://svnweb.freebsd.org/changeset/base/262755
Log:
sh: Make argstr() return where it stopped and simplify expari() using this.
Modified:
head/bin/sh/expand.c
Modified: head/bin/sh/expand.c
=
On Mar 4, 2014, at 12:14 , John Baldwin wrote:
> On Tuesday, March 04, 2014 12:09:47 am George V. Neville-Neil wrote:
>> Author: gnn
>> Date: Tue Mar 4 05:09:46 2014
>> New Revision: 262727
>> URL: http://svnweb.freebsd.org/changeset/base/262727
>>
>> Log:
>> Naming consistency fix. The routi
Author: delphij
Date: Tue Mar 4 23:23:55 2014
New Revision: 262756
URL: http://svnweb.freebsd.org/changeset/base/262756
Log:
Import xz-embedded from git.
This is from commit hash '6a8a2364434763a033781f6b2a605ace9a021013'.
Added:
vendor/xz-embedded/dist/linux/lib/xz/xz_crc64.c (conten
Author: delphij
Date: Tue Mar 4 23:27:27 2014
New Revision: 262757
URL: http://svnweb.freebsd.org/changeset/base/262757
Log:
Tag import 6a8a2364434763a033781f6b2a605ace9a021013.
Added:
vendor/xz-embedded/6a8a2364434763a033781f6b2a605ace9a021013/
- copied from r262756, vendor/xz-embedded
Author: gnn
Date: Tue Mar 4 23:55:04 2014
New Revision: 262758
URL: http://svnweb.freebsd.org/changeset/base/262758
Log:
Revert previous commit (262727) and bounce patch back to the
submitter.
Pointed out by: jhb
Modified:
head/sys/net/radix.h
head/sys/net/route.c
Modified: head/sy
Author: adrian
Date: Wed Mar 5 00:26:25 2014
New Revision: 262759
URL: http://svnweb.freebsd.org/changeset/base/262759
Log:
Add command line parsing - and an -i option so I can monitor
multiple iwn interfaces.
Tested:
* Intel 5100
Modified:
head/tools/tools/iwn/iwnstats/main.c
Author: glebius
Date: Wed Mar 5 00:40:03 2014
New Revision: 262760
URL: http://svnweb.freebsd.org/changeset/base/262760
Log:
Instead of playing games with casts simply add 3 more members to the
structure pf_rule, that are used when the structure is passed via
ioctl().
PR: 187
Author: gjb
Date: Wed Mar 5 00:45:28 2014
New Revision: 262761
URL: http://svnweb.freebsd.org/changeset/base/262761
Log:
MFC r262499, r262505, r262507, r262509:
r262499:
release.sh:
- Add a VCSCMD variable that defaults to 'svn checkout',
and update places 'svn co' is used di
Author: gjb
Date: Wed Mar 5 00:48:11 2014
New Revision: 262762
URL: http://svnweb.freebsd.org/changeset/base/262762
Log:
MFC r262499, r262505, r262507, r262509:
r262499:
release.sh:
- Add a VCSCMD variable that defaults to 'svn checkout',
and update places 'svn co' is used di
Author: glebius
Date: Wed Mar 5 01:17:47 2014
New Revision: 262763
URL: http://svnweb.freebsd.org/changeset/base/262763
Log:
- Remove rt_metrics_lite and simply put its members into rtentry.
- Use counter(9) for rt_pksent (former rt_rmx.rmx_pksent). This
removes another cache trashing ++
Author: emaste
Date: Wed Mar 5 01:34:10 2014
New Revision: 262765
URL: http://svnweb.freebsd.org/changeset/base/262765
Log:
Disable amd64 TLB Context ID (pcid) by default for now
There are a number of reports of userspace application crashes that
are "solved" by setting vm.pmap.pcid_enab
Author: delphij
Date: Wed Mar 5 01:33:15 2014
New Revision: 262764
URL: http://svnweb.freebsd.org/changeset/base/262764
Log:
MFV r262756:
Import xz-embedded from git.
This is from commit hash '6a8a2364434763a033781f6b2a605ace9a021013'.
This makes it possible to use CRC64 but for
Author: eadler
Date: Wed Mar 5 01:41:10 2014
New Revision: 262766
URL: http://svnweb.freebsd.org/changeset/base/262766
Log:
If the device doesn't exist when iwnstats starts running don't spam the
console
forever.
Modified:
head/tools/tools/iwn/iwnstats/main.c
Modified: head/tools/tools/i
Author: glebius
Date: Wed Mar 5 01:47:08 2014
New Revision: 262767
URL: http://svnweb.freebsd.org/changeset/base/262767
Log:
Hide struct rtentry from userland.
Modified:
head/sys/net/route.h
head/usr.bin/netstat/route.c
Modified: head/sys/net/route.h
==
Author: eadler
Date: Wed Mar 5 01:49:39 2014
New Revision: 262768
URL: http://svnweb.freebsd.org/changeset/base/262768
Log:
Add static where appropriate.
Modified:
head/tools/tools/iwn/iwnstats/main.c
Modified: head/tools/tools/iwn/iwnstats/main.c
===
Author: brd (doc committer)
Date: Wed Mar 5 02:10:10 2014
New Revision: 262769
URL: http://svnweb.freebsd.org/changeset/base/262769
Log:
- Clarify usage of the -f option.
Reviewed by: gjb@, dru@, and Allan Jude
Modified:
head/usr.bin/logger/logger.1
Modified: head/usr.bin/logger/logge
Author: glebius
Date: Wed Mar 5 02:35:15 2014
New Revision: 262770
URL: http://svnweb.freebsd.org/changeset/base/262770
Log:
Pacify gcc.
Modified:
head/sys/net/flowtable.c
Modified: head/sys/net/flowtable.c
==
--- h
Author: glebius
Date: Wed Mar 5 02:35:41 2014
New Revision: 262771
URL: http://svnweb.freebsd.org/changeset/base/262771
Log:
Fix build.
Modified:
head/sys/netatalk/at_proto.c
Modified: head/sys/netatalk/at_proto.c
=
Author: glebius
Date: Wed Mar 5 03:16:23 2014
New Revision: 262772
URL: http://svnweb.freebsd.org/changeset/base/262772
Log:
Merge r262770 from head: pacify gcc.
Modified:
stable/10/sys/net/flowtable.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/net/flowtabl
Author: markj
Date: Wed Mar 5 04:15:17 2014
New Revision: 262775
URL: http://svnweb.freebsd.org/changeset/base/262775
Log:
Log the name of the device that we failed to open rather than an
uninitialized buffer.
MFC after:3 days
Modified:
head/sbin/savecore/savecore.c
Modified: hea
Author: sbruno
Date: Wed Mar 5 04:18:42 2014
New Revision: 262776
URL: http://svnweb.freebsd.org/changeset/base/262776
Log:
Rename the Dlink 825 configuration file to indicate that this is for the
mips 24k B1
Added:
head/sys/mips/conf/DIR-825B1
- copied unchanged from r262775, head/sy
Author: sbruno
Date: Wed Mar 5 04:19:52 2014
New Revision: 262777
URL: http://svnweb.freebsd.org/changeset/base/262777
Log:
Update location of hints and name of the kernel we are building.
Modified:
head/sys/mips/conf/DIR-825B1
head/sys/mips/conf/DIR-825B1.hints
Modified: head/sys/mips/co
Author: sbruno
Date: Wed Mar 5 04:22:07 2014
New Revision: 262778
URL: http://svnweb.freebsd.org/changeset/base/262778
Log:
Populate the GPIO pins and GPIOLED configs
Modified:
head/sys/mips/conf/DIR-825B1.hints
Modified: head/sys/mips/conf/DIR-825B1.hints
==
Author: pfg
Date: Wed Mar 5 04:27:15 2014
New Revision: 262780
URL: http://svnweb.freebsd.org/changeset/base/262780
Log:
MFC r262678;
ufs: small formatting fixes.
Cleanup some extra space.
Use of tabs vs. spaces.
No functional change.
Reviewed by: mckusick
Modified:
stable
Author: pfg
Date: Wed Mar 5 04:23:19 2014
New Revision: 262779
URL: http://svnweb.freebsd.org/changeset/base/262779
Log:
MFC r262678;
ufs: small formatting fixes.
Cleanup some extra space.
Use of tabs vs. spaces.
No functional change.
Reviewed by: mckusick
Modified:
stable
57 matches
Mail list logo