Author: jhibbits
Date: Thu Nov 20 06:32:47 2014
New Revision: 274743
URL: https://svnweb.freebsd.org/changeset/base/274743
Log:
cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one.
MFC after:3 weeks
Modified:
head/sys/powerpc/aim/trap_subr32.S
head/sys/powerpc
Author: trasz
Date: Thu Nov 20 06:14:40 2014
New Revision: 274742
URL: https://svnweb.freebsd.org/changeset/base/274742
Log:
Uniformly refer to a file system as "file system".
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/growfs/growfs.8
Modified: head
Author: trasz
Date: Thu Nov 20 06:12:11 2014
New Revision: 274741
URL: https://svnweb.freebsd.org/changeset/base/274741
Log:
Add example on how to use gpart before growfs. While here, reorder examples
so that the simplest one comes first.
MFC after:1 month
Sponsored by: The FreeBSD
Author: adrian
Date: Thu Nov 20 05:54:29 2014
New Revision: 274740
URL: https://svnweb.freebsd.org/changeset/base/274740
Log:
* Add a random device
* Use the same rootdev path as MALTA, so the same emulator setups
can be used with minimal fuss.
Modified:
head/sys/mips/conf/MALTA64
Modi
Author: adrian
Date: Thu Nov 20 05:52:48 2014
New Revision: 274739
URL: https://svnweb.freebsd.org/changeset/base/274739
Log:
Include a random device.
Modified:
head/sys/mips/conf/MALTA
Modified: head/sys/mips/conf/MALTA
===
Author: trasz
Date: Thu Nov 20 05:31:41 2014
New Revision: 274738
URL: https://svnweb.freebsd.org/changeset/base/274738
Log:
Document growfs(8) feature apparently nobody knows about.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/growfs/growfs.8
Modifie
Author: trasz
Date: Thu Nov 20 05:25:52 2014
New Revision: 274737
URL: https://svnweb.freebsd.org/changeset/base/274737
Log:
Use proper ordering in EXAMPLES section in growfs(8).
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/growfs/growfs.8
Modified: h
On Wed, 19 Nov 2014, Warner Losh wrote:
Log:
The number of BSD partitions is variable. Return the proper number
(which is in basetable->gpt_entries).
Submitted by: ae@
Modified:
head/sys/geom/part/g_part_bsd.c
Modified: head/sys/geom/part/g_part_bsd.c
=
Author: jmg
Date: Thu Nov 20 04:15:58 2014
New Revision: 274736
URL: https://svnweb.freebsd.org/changeset/base/274736
Log:
I agree w/ tedu that this isn't a Bug.. it's like complaining that
you can't use an ssh client to fetch a web page...
Submitted by: tedu (via -tech)
Modified:
head
Author: jhibbits
Date: Thu Nov 20 03:47:04 2014
New Revision: 274735
URL: https://svnweb.freebsd.org/changeset/base/274735
Log:
Use db_printsym() instead of our own in backtraces
Summary:
Currently if there are problems finding a symbol, backtrace ends up printing
something like:
0
Author: jhibbits
Date: Thu Nov 20 03:23:33 2014
New Revision: 274733
URL: https://svnweb.freebsd.org/changeset/base/274733
Log:
Add support for Power Button PMU events on non-ADB macs, such as aluminum
PowerBooks.
MFC after:2 weeks
Relnotes: yes
Modified:
head/sys/powerpc/pow
Author: brd (doc committer)
Date: Wed Nov 19 23:07:46 2014
New Revision: 274727
URL: https://svnweb.freebsd.org/changeset/base/274727
Log:
Replace the pw(1) calls with a variable, to make it easier to to change
across all the tests as needed.
Reviewed by: will
Modified:
head/usr.sbin/p
Author: np
Date: Wed Nov 19 20:16:56 2014
New Revision: 274724
URL: https://svnweb.freebsd.org/changeset/base/274724
Log:
cxgbe(4): figure out the max payload size and save it for later.
MFC after:1 week
Modified:
head/sys/dev/cxgbe/common/common.h
head/sys/dev/cxgbe/t4_main.c
Mod
Author: trasz
Date: Wed Nov 19 19:46:58 2014
New Revision: 274723
URL: https://svnweb.freebsd.org/changeset/base/274723
Log:
Make the auto_master(5) man page clearer on how auto_master
and map files work together, and add example for smbfs.
Differential Revision:https://reviews.fr
Author: trasz
Date: Wed Nov 19 19:43:39 2014
New Revision: 274722
URL: https://svnweb.freebsd.org/changeset/base/274722
Log:
Remove acl_size.c; apparently it was never used.
PR: 194398
Submitted by: ngie@
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Deleted:
On Tuesday, November 18, 2014 10:29:52 PM Chagin Dmitry wrote:
> On Tue, Nov 18, 2014 at 07:47:46AM -0800, Adrian Chadd wrote:
> > Hi,
> >
> > Want to post a bootverbose suspend/resume pass with -HEAD without this
> > patch in it, then with this patch in it?
>
> it seems that at resume path METHO
On 19/11/2014 20:19, Adrian Chadd wrote:
> On 19 November 2014 10:17, Andriy Gapon wrote:
>> On 19/11/2014 19:46, Adrian Chadd wrote:
>>> On 19 November 2014 08:53, Andriy Gapon wrote:
On 19/11/2014 18:15, Adrian Chadd wrote:
> On 19 November 2014 03:17, Andriy Gapon wrote:
>> On 18
Author: imp
Date: Wed Nov 19 18:55:27 2014
New Revision: 274721
URL: https://svnweb.freebsd.org/changeset/base/274721
Log:
The number of BSD partitions is variable. Return the proper number
(which is in basetable->gpt_entries).
Submitted by: ae@
Modified:
head/sys/geom/part/g_part_bsd.
On Nov 19, 2014, at 11:00 AM, Andrey V. Elsukov wrote:
> On 19.11.2014 19:20, Warner Losh wrote:
>>> Probably you need to use basetable->gpt_entries here instead of
>>> MAXPARTITIONS.
>>
>> I’m having trouble connecting the dots between GPT and BSDlabels. Why
>> would this field be relevant? I
On 19 November 2014 10:17, Andriy Gapon wrote:
> On 19/11/2014 19:46, Adrian Chadd wrote:
>> On 19 November 2014 08:53, Andriy Gapon wrote:
>>> On 19/11/2014 18:15, Adrian Chadd wrote:
On 19 November 2014 03:17, Andriy Gapon wrote:
> On 18/11/2014 21:29, Chagin Dmitry wrote:
>> it s
Author: trasz
Date: Wed Nov 19 18:19:21 2014
New Revision: 274720
URL: https://svnweb.freebsd.org/changeset/base/274720
Log:
Fix improper .Fx macro usage.
Differential Revision:https://reviews.freebsd.org/D1158
Reviewed by: wblock@
MFC after:1 month
Sponsored by: The Free
On 19/11/2014 19:46, Adrian Chadd wrote:
> On 19 November 2014 08:53, Andriy Gapon wrote:
>> On 19/11/2014 18:15, Adrian Chadd wrote:
>>> On 19 November 2014 03:17, Andriy Gapon wrote:
On 18/11/2014 21:29, Chagin Dmitry wrote:
> it seems that at resume path METHOD set_powerstate() is not
On 19.11.2014 19:20, Warner Losh wrote:
>> Probably you need to use basetable->gpt_entries here instead of
>> MAXPARTITIONS.
>
> I’m having trouble connecting the dots between GPT and BSDlabels. Why
> would this field be relevant? Is it just poorly named? MAXPARTITIONS
gpt_entries isn't related
On 19 November 2014 08:53, Andriy Gapon wrote:
> On 19/11/2014 18:15, Adrian Chadd wrote:
>> On 19 November 2014 03:17, Andriy Gapon wrote:
>>> On 18/11/2014 21:29, Chagin Dmitry wrote:
it seems that at resume path METHOD set_powerstate() is not invoked. fro
proper pciX.
ie, no "T
On 19/11/2014 18:15, Adrian Chadd wrote:
> On 19 November 2014 03:17, Andriy Gapon wrote:
>> On 18/11/2014 21:29, Chagin Dmitry wrote:
>>> it seems that at resume path METHOD set_powerstate() is not invoked. fro
>>> proper pciX.
>>> ie, no "Transition from D3 to D0" prints. i'm trying to understa
Author: glebius
Date: Wed Nov 19 16:29:39 2014
New Revision: 274718
URL: https://svnweb.freebsd.org/changeset/base/274718
Log:
Use __func__ in KASSERTs, since the code is about to be moved to other place.
Sponsored by: Nginx, Inc.
Modified:
head/sys/vm/vnode_pager.c
Modified: head/sys/v
On 19.11.2014 19:20, Warner Losh wrote:
>> Probably you need to use basetable->gpt_entries here instead of
>> MAXPARTITIONS.
>
> I’m having trouble connecting the dots between GPT and BSDlabels. Why
> would this field be relevant? Is it just poorly named? MAXPARTITIONS
> is the number of partitio
On Nov 19, 2014, at 9:16 AM, Andrey V. Elsukov wrote:
> On 18.11.2014 20:06, Warner Losh wrote:
>> Author: imp
>> Date: Tue Nov 18 17:06:40 2014
>> New Revision: 274661
>> URL: https://svnweb.freebsd.org/changeset/base/274661
>>
>> Log:
>> Implement the historic DIOCGDINFO ioctl for gpart on B
On 18.11.2014 20:06, Warner Losh wrote:
> Author: imp
> Date: Tue Nov 18 17:06:40 2014
> New Revision: 274661
> URL: https://svnweb.freebsd.org/changeset/base/274661
>
> Log:
> Implement the historic DIOCGDINFO ioctl for gpart on BSD
> partitions. Several utilities still use this interface and
On 19 November 2014 03:17, Andriy Gapon wrote:
> On 18/11/2014 21:29, Chagin Dmitry wrote:
>> it seems that at resume path METHOD set_powerstate() is not invoked. fro
>> proper pciX.
>> ie, no "Transition from D3 to D0" prints. i'm trying to understand the reason
>
> Just a note that I see this a
> On Nov 18, 2014, at 10:04 PM, Alfred Perlstein wrote:
>
> Marcel, is there a way to get libxo programs to emit time series data?
>
> Any examples of this in the tree right now?
>
> Example would be if "netstat -1" was libxo-ified, it would also emit a
> timestamp.
Patches for netstat can
Author: glebius
Date: Wed Nov 19 15:17:19 2014
New Revision: 274715
URL: https://svnweb.freebsd.org/changeset/base/274715
Log:
In vnode_pager_generic_getpages() vp->v_mount is dereferenced in the
beginning, thus can't be NULL.
Sponsored by: Nginx, Inc.
Modified:
head/sys/vm/vnode_pager
Author: br
Date: Wed Nov 19 14:49:29 2014
New Revision: 274714
URL: https://svnweb.freebsd.org/changeset/base/274714
Log:
Add BERI-specific virtio mmio "platform" device.
This device provides a connector to Altera PIO allowing us
to interrupt software-implemented virtio mmio backend.
Sp
Author: glebius
Date: Wed Nov 19 14:27:38 2014
New Revision: 274712
URL: https://svnweb.freebsd.org/changeset/base/274712
Log:
Do not allocate zero-length mbuf in sosend_generic().
Found by: pho
Sponsored by: Nginx, Inc.
Modified:
head/sys/kern/uipc_socket.c
Modified: head/sys/ker
Author: zbb
Date: Wed Nov 19 14:23:29 2014
New Revision: 274711
URL: https://svnweb.freebsd.org/changeset/base/274711
Log:
Stop using early_putc immediately after configuring console with cninit()
Early UART should be released right after system console initialization is
completed. Otherw
Author: feld (ports committer)
Date: Wed Nov 19 13:57:39 2014
New Revision: 274710
URL: https://svnweb.freebsd.org/changeset/base/274710
Log:
Expose groups by default in ifconfig output. This was never hidden by
OpenBSD; unsure why we chose to do so. As groups are a requirement for
pf, expos
Author: eri
Date: Wed Nov 19 13:31:08 2014
New Revision: 274709
URL: https://svnweb.freebsd.org/changeset/base/274709
Log:
pf(4) needs to have a correct checksum during its processing.
Calculate checksums for the IPv6 path when needed before
delving into pf(4) code as required.
PR:
Author: mav
Date: Wed Nov 19 13:04:25 2014
New Revision: 274708
URL: https://svnweb.freebsd.org/changeset/base/274708
Log:
Fix build without INVARIANTS, broken by r274675.
Modified:
head/sys/dev/isp/isp_freebsd.c
head/sys/dev/isp/isp_freebsd.h
Modified: head/sys/dev/isp/isp_freebsd.c
=
On 18/11/2014 21:29, Chagin Dmitry wrote:
> it seems that at resume path METHOD set_powerstate() is not invoked. fro
> proper pciX.
> ie, no "Transition from D3 to D0" prints. i'm trying to understand the reason
Just a note that I see this as well.
--
Andriy Gapon
_
Author: dchagin
Date: Wed Nov 19 11:05:45 2014
New Revision: 274707
URL: https://svnweb.freebsd.org/changeset/base/274707
Log:
Revert r274635 as it's completely wrong.
The parent of a pci dev device is a pciX device which do not
implement the PCIB_POWER_FOR_SLEEP method from pcib_if.m.
Modi
Author: trasz
Date: Wed Nov 19 08:59:49 2014
New Revision: 274703
URL: https://svnweb.freebsd.org/changeset/base/274703
Log:
Fix typo.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/cam/ctl/ctl_frontend_iscsi.c
Modified: head/sys/cam/ctl/ctl_frontend_isc
41 matches
Mail list logo