On Sun, Jun 03, 2018 at 05:07:46AM +, Eitan Adler wrote:
> New Revision: 334552
> URL: https://svnweb.freebsd.org/changeset/base/334552
>
> Log:
> top(1): remove chdir to /
>
> While this came out of a conversation in IRC, it turn out that some
> people don't like it. Since this was a
On 3 June 2018 at 22:45, Baptiste Daroussin wrote:
>> Hi,
>>
> IMHO showing TIDs should
>> be a separate flag, 'h' maybe, as this commit changes current/expected
>> behavior (POLA?).
Its a reasonable idea to split this out into a separate flag. I'll do that.
>> Also, this is not documented in th
On Mon, Jun 04, 2018 at 03:42:40AM -0700, Eitan Adler wrote:
> On 3 June 2018 at 22:45, Baptiste Daroussin wrote:
> >> Hi,
> >>
> > IMHO showing TIDs should
> >> be a separate flag, 'h' maybe, as this commit changes current/expected
> >> behavior (POLA?).
>
> Its a reasonable idea to split this o
Author: rmacklem
Date: Mon Jun 4 11:35:04 2018
New Revision: 334610
URL: https://svnweb.freebsd.org/changeset/base/334610
Log:
Revert r334586 since I now think __unused is the better way to handle this.
Modified:
head/sys/fs/nfsserver/nfs_nfsdport.c
Modified: head/sys/fs/nfsserver/nfs_nfsdp
On Mon, Jun 04, 2018 at 01:10:23AM +, Matt Macy wrote:
> @@ -2214,6 +2236,11 @@ pmc_hook_handler(struct thread *td, int function, void
>
> pmc_capture_user_callchain(PCPU_GET(cpuid), PMC_HR,
> (struct trapframe *) arg);
> +
> + KASSERT(td->td_pinned
On Mon, Jun 04, 2018 at 03:08:15PM +0300, Konstantin Belousov wrote:
> On Mon, Jun 04, 2018 at 01:10:23AM +, Matt Macy wrote:
> > @@ -2214,6 +2236,11 @@ pmc_hook_handler(struct thread *td, int function,
> > void
> >
> > pmc_capture_user_callchain(PCPU_GET(cpuid), PMC_HR,
> >
Hi,
Believe my email finds you well
I found your companies listed as Sponsors and Exhibitors at New York Shoe
Expo and thought you would be interested in receiving attendees list of the
upcoming show.
Titles: CEOs, CFOs, COOs, CIOs, CTOs, SVPs, VPs, Head, Directors, Managers
Etc.
Author: jhibbits
Date: Mon Jun 4 14:42:13 2018
New Revision: 334615
URL: https://svnweb.freebsd.org/changeset/base/334615
Log:
Set kernelname in bootconfig to the kernel file
Summary:
The kernel reads 'kernelname' to set the kern.bootfile sysctl. By setting
this,
'make installkernel'
Author: markj
Date: Mon Jun 4 14:56:02 2018
New Revision: 334616
URL: https://svnweb.freebsd.org/changeset/base/334616
Log:
Fix the NUMA build for non-x86 platforms.
acpi_map_pxm_to_vm_domainid() is currently implemented only on x86.
MFC after:1 week
Modified:
head/sys/dev/acpi
> On 2 Jun, Rodney W. Grimes wrote:
> >> Author: eadler
> >> Date: Sat Jun 2 22:06:27 2018
> >> New Revision: 334543
> >> URL: https://svnweb.freebsd.org/changeset/base/334543
> >>
> >> Log:
> >> top(1): chdir to / as init; remove unneeded comment
> >>
> >> - chdir to / to allow unmountin
Author: brd
Date: Mon Jun 4 15:17:24 2018
New Revision: 334617
URL: https://svnweb.freebsd.org/changeset/base/334617
Log:
Move /sys symlink creating out of etc/Makefile.
This is prep for etc/Makefile going away.
Approved by: bapt (mentor)
Modified:
head/Makefile.inc1
head/etc/Ma
[ Charset UTF-8 unsupported, converting... ]
> On 04/06/2018 00:33, Rodney W. Grimes wrote:
> > lsof is your friend here. That is the tool of choice for finding
> > cwd of processes that are in directories you can not unmount.
>
> s/lsof/fstat -f [-m]/
> :-)
I forget we have that tool!! Old fi
[ Charset UTF-8 unsupported, converting... ]
> Author: mmacy
> Date: Mon Jun 4 06:30:35 2018
> New Revision: 334609
> URL: https://svnweb.freebsd.org/changeset/base/334609
>
> Log:
> pmc filter: avoid spurious gcc uninitialized warning
Is it truely uninitialzized, or are you silencing a bogus
On Mon, Jun 4, 2018 at 10:17 AM, Brad Davis wrote:
> Author: brd
> Date: Mon Jun 4 15:17:24 2018
> New Revision: 334617
> URL: https://svnweb.freebsd.org/changeset/base/334617
>
> Log:
> Move /sys symlink creating out of etc/Makefile.
>
> This is prep for etc/Makefile going away.
>
> Approv
On Mon, Jun 4, 2018 at 8:18 AM, Rodney W. Grimes
wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> Author: mmacy
>> Date: Mon Jun 4 06:30:35 2018
>> New Revision: 334609
>> URL: https://svnweb.freebsd.org/changeset/base/334609
>>
>> Log:
>> pmc filter: avoid spurious gcc uninitialized wa
[ Charset UTF-8 unsupported, converting... ]
> On Mon, Jun 4, 2018 at 10:17 AM, Brad Davis wrote:
> > Author: brd
> > Date: Mon Jun 4 15:17:24 2018
> > New Revision: 334617
> > URL: https://svnweb.freebsd.org/changeset/base/334617
> >
> > Log:
> > Move /sys symlink creating out of etc/Makefile.
[ Charset UTF-8 unsupported, converting... ]
> On Mon, Jun 4, 2018 at 8:18 AM, Rodney W. Grimes
> wrote:
> > [ Charset UTF-8 unsupported, converting... ]
> >> Author: mmacy
> >> Date: Mon Jun 4 06:30:35 2018
> >> New Revision: 334609
> >> URL: https://svnweb.freebsd.org/changeset/base/334609
> >>
Author: jhibbits
Date: Mon Jun 4 15:44:17 2018
New Revision: 334618
URL: https://svnweb.freebsd.org/changeset/base/334618
Log:
Align UMA data to 128 byte cacheline size
Suggested by: mjg
Modified:
head/sys/vm/uma_int.h
Modified: head/sys/vm/uma_int.h
===
> > On Mon, Jun 4, 2018 at 8:18 AM, Rodney W. Grimes
> > wrote:
> > > [ Charset UTF-8 unsupported, converting... ]
> > >> Author: mmacy
> > >> Date: Mon Jun 4 06:30:35 2018
> > >> New Revision: 334609
> > >> URL: https://svnweb.freebsd.org/changeset/base/334609
> > >>
> > >> Log:
> > >> pmc fil
On Sun, Jun 03, 2018 at 05:07:46AM +, Eitan Adler wrote:
> > New Revision: 334552
> > URL: https://svnweb.freebsd.org/changeset/base/334552
> >
> > Log:
> > top(1): remove chdir to /
> >
> > While this came out of a conversation in IRC, it turn out that some
> > people don't like it. Sinc
On Sun, 2018-06-03 at 14:33 -0700, Rodney W. Grimes wrote:
> >
> > On Sat, Jun 2, 2018 at 11:08 PM, Eitan Adler wrote:
> >
> > >
> > > On 2 June 2018 at 16:56, Rodney W. Grimes
> > > wrote:
> > > >
> > > > >
> > > > > Author: eadler
> > > > > Date: Sat Jun 2 22:06:27 2018
> > > > > New Revi
On Mon, 2018-06-04 at 05:27 +, Eitan Adler wrote:
> Author: eadler
> Date: Mon Jun 4 05:27:00 2018
> New Revision: 334604
> URL: https://svnweb.freebsd.org/changeset/base/334604
>
> Log:
> top(1): some nitpicks
>
> - prefer fully spelled names to "u_long"
Why? I though we preferred th
On Mon, Jun 4, 2018, at 9:22 AM, Kyle Evans wrote:
> On Mon, Jun 4, 2018 at 10:17 AM, Brad Davis wrote:
> > Author: brd
> > Date: Mon Jun 4 15:17:24 2018
> > New Revision: 334617
> > URL: https://svnweb.freebsd.org/changeset/base/334617
> >
> > Log:
> > Move /sys symlink creating out of etc/Mak
On Mon, Jun 4, 2018, at 9:29 AM, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > On Mon, Jun 4, 2018 at 10:17 AM, Brad Davis wrote:
> > > Author: brd
> > > Date: Mon Jun 4 15:17:24 2018
> > > New Revision: 334617
> > > URL: https://svnweb.freebsd.org/changeset/base/3346
On Mon, Jun 4, 2018 at 9:13 AM, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > On 2 Jun, Rodney W. Grimes wrote:
> > >> Author: eadler
> > >> Date: Sat Jun 2 22:06:27 2018
> > >> New Revision: 334543
> > >> URL: https://svnweb.freebsd.org/changeset/base/334543
> > >>
> > >> Log:
>
Author: br
Date: Mon Jun 4 16:20:22 2018
New Revision: 334619
URL: https://svnweb.freebsd.org/changeset/base/334619
Log:
Fix build: ignore a GCC 7.2.0 warning which says that third argument of
memset(3) should contain the number of elements multiplied by the element
size.
Sponsored by:
Author: br
Date: Mon Jun 4 16:21:18 2018
New Revision: 334620
URL: https://svnweb.freebsd.org/changeset/base/334620
Log:
Sort GCC warning flags and remove duplicates.
Sponsored by: DARPA, AFRL
Modified:
head/share/mk/bsd.sys.mk
Modified: head/share/mk/bsd.sys.mk
===
Author: alc
Date: Mon Jun 4 16:28:06 2018
New Revision: 334621
URL: https://svnweb.freebsd.org/changeset/base/334621
Log:
Use a single, consistent approach to returning success versus failure in
vm_map_madvise(). Previously, vm_map_madvise() used a traditional Unix-
style "return (0);" to
Author: markj
Date: Mon Jun 4 16:46:36 2018
New Revision: 334622
URL: https://svnweb.freebsd.org/changeset/base/334622
Log:
Correct the description of vm_pageout_scan_inactive() after r334508.
Reported by: alc
Modified:
head/sys/vm/vm_pageout.c
Modified: head/sys/vm/vm_pageout.c
=
> On Mon, Jun 4, 2018, at 9:29 AM, Rodney W. Grimes wrote:
> > [ Charset UTF-8 unsupported, converting... ]
> > > On Mon, Jun 4, 2018 at 10:17 AM, Brad Davis wrote:
> > > > Author: brd
> > > > Date: Mon Jun 4 15:17:24 2018
> > > > New Revision: 334617
> > > > URL: https://svnweb.freebsd.org/chang
On Mon, Jun 4, 2018 at 5:08 AM, Konstantin Belousov wrote:
> On Mon, Jun 04, 2018 at 01:10:23AM +, Matt Macy wrote:
>> @@ -2214,6 +2236,11 @@ pmc_hook_handler(struct thread *td, int function, void
>>
>> pmc_capture_user_callchain(PCPU_GET(cpuid), PMC_HR,
>> (str
Author: mmacy
Date: Mon Jun 4 17:49:34 2018
New Revision: 334623
URL: https://svnweb.freebsd.org/changeset/base/334623
Log:
hwpmc: remove gratuitous curthread checks
Modified:
head/sys/dev/hwpmc/hwpmc_mod.c
Modified: head/sys/dev/hwpmc/hwpmc_mod.c
===
On Mon, Jun 4, 2018, at 10:57 AM, Rodney W. Grimes wrote:
> > On Mon, Jun 4, 2018, at 9:29 AM, Rodney W. Grimes wrote:
> > > [ Charset UTF-8 unsupported, converting... ]
> > > > On Mon, Jun 4, 2018 at 10:17 AM, Brad Davis wrote:
> > > > > Author: brd
> > > > > Date: Mon Jun 4 15:17:24 2018
> > >
[ Charset UTF-8 unsupported, converting... ]
> On Mon, Jun 4, 2018, at 10:57 AM, Rodney W. Grimes wrote:
> > > On Mon, Jun 4, 2018, at 9:29 AM, Rodney W. Grimes wrote:
> > > > [ Charset UTF-8 unsupported, converting... ]
> > > > > On Mon, Jun 4, 2018 at 10:17 AM, Brad Davis wrote:
> > > > > > Auth
Author: cem
Date: Mon Jun 4 18:47:14 2018
New Revision: 334624
URL: https://svnweb.freebsd.org/changeset/base/334624
Log:
str(r)chr: Replace union abuse with __DECONST
Writing one union member and reading another is technically illegal C,
although we do it in many places in the tree. Us
Author: cem
Date: Mon Jun 4 18:51:06 2018
New Revision: 334625
URL: https://svnweb.freebsd.org/changeset/base/334625
Log:
Correctly handle the padding for IPv6-AH, as specified by RFC4302
The RFC specifies that under IPv6 the complete AH header must be 64 bit
aligned, and under IPv4, 32
On Mon, Jun 4, 2018, at 12:47 PM, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > On Mon, Jun 4, 2018, at 10:57 AM, Rodney W. Grimes wrote:
> > > > On Mon, Jun 4, 2018, at 9:29 AM, Rodney W. Grimes wrote:
> > > > > [ Charset UTF-8 unsupported, converting... ]
> > > > > >
Author: markj
Date: Mon Jun 4 19:35:15 2018
New Revision: 334626
URL: https://svnweb.freebsd.org/changeset/base/334626
Log:
Reimplement brk() and sbrk() to avoid the use of _end.
Previously, libc.so would initialize its notion of the break address
using _end, a special symbol emitted by
Author: markj
Date: Mon Jun 4 19:36:47 2018
New Revision: 334627
URL: https://svnweb.freebsd.org/changeset/base/334627
Log:
Regen after r334626.
Modified:
head/sys/compat/freebsd32/freebsd32_systrace_args.c
head/sys/kern/systrace_args.c
Modified: head/sys/compat/freebsd32/freebsd32_systra
Author: pstef
Date: Mon Jun 4 19:47:24 2018
New Revision: 334628
URL: https://svnweb.freebsd.org/changeset/base/334628
Log:
indent(1): replace BSD bcopy() with C memmove()
Modified:
head/usr.bin/indent/indent.c
Modified: head/usr.bin/indent/indent.c
=
Author: pstef
Date: Mon Jun 4 20:24:31 2018
New Revision: 334630
URL: https://svnweb.freebsd.org/changeset/base/334630
Log:
indent(1): remove static const char copyright[]
It repeats what is already said in the heading comment and it's optimized out
so serves no purpose.
Modified:
hea
Author: pstef
Date: Mon Jun 4 20:39:58 2018
New Revision: 334632
URL: https://svnweb.freebsd.org/changeset/base/334632
Log:
indent(1): remove the STACKSIZE macro and all of its use
It conflicts with a system-provided macro of the same name on another OS.
Modified:
head/usr.bin/indent/in
Author: pstef
Date: Mon Jun 4 21:05:56 2018
New Revision: 334636
URL: https://svnweb.freebsd.org/changeset/base/334636
Log:
indent(1): add --version option
There exist multi-platform programs that check indent's version in order to
know what they can expect from it. GNU indent provides t
Author: mmacy
Date: Mon Jun 4 21:17:30 2018
New Revision: 334637
URL: https://svnweb.freebsd.org/changeset/base/334637
Log:
hwpmc: don't defer user callchain capture completion to ast
Modified:
head/sys/dev/hwpmc/hwpmc_mod.c
Modified: head/sys/dev/hwpmc/hwpmc_mod.c
=
Author: mmacy
Date: Mon Jun 4 21:17:46 2018
New Revision: 334639
URL: https://svnweb.freebsd.org/changeset/base/334639
Log:
libpmc: improve arg checking
Modified:
head/lib/libpmc/libpmc.c
Modified: head/lib/libpmc/libpmc.c
Author: mmacy
Date: Mon Jun 4 21:17:42 2018
New Revision: 334638
URL: https://svnweb.freebsd.org/changeset/base/334638
Log:
libpmc / stat: use westmere supported counter
Modified:
head/lib/libpmc/libpmc_pmu_util.c (contents, props changed)
Modified: head/lib/libpmc/libpmc_pmu_util.c
=
Author: pstef
Date: Mon Jun 4 21:21:55 2018
New Revision: 334640
URL: https://svnweb.freebsd.org/changeset/base/334640
Log:
indent(1): fix buildworld after r334632
Fix
error: comparison of integers of different signs: 'int' and 'unsigned long'
by casting nitems() to int.
Reported
Author: mmacy
Date: Mon Jun 4 21:42:21 2018
New Revision: 334641
URL: https://svnweb.freebsd.org/changeset/base/334641
Log:
pmc stat: fix offset of specified counter
Modified:
head/usr.sbin/pmc/cmd_pmc_stat.c (contents, props changed)
Modified: head/usr.sbin/pmc/cmd_pmc_stat.c
===
Author: jkim
Date: Mon Jun 4 22:26:47 2018
New Revision: 334643
URL: https://svnweb.freebsd.org/changeset/base/334643
Log:
MFV: r334448
Import ACPICA 20180531.
Modified:
head/sys/contrib/dev/acpica/changes.txt
head/sys/contrib/dev/acpica/common/acfileio.c
head/sys/contrib/dev/acpic
Author: mmacy
Date: Mon Jun 4 22:39:22 2018
New Revision: 334644
URL: https://svnweb.freebsd.org/changeset/base/334644
Log:
pmc stat: add debug option for intermediate state
Modified:
head/usr.sbin/pmc/cmd_pmc_stat.c (contents, props changed)
Modified: head/usr.sbin/pmc/cmd_pmc_stat.c
===
Author: np
Date: Mon Jun 4 23:17:18 2018
New Revision: 334645
URL: https://svnweb.freebsd.org/changeset/base/334645
Log:
cxgbetool: Disallow negative values for numeric parameters.
Sponsored by: Chelsio Communications
Modified:
head/usr.sbin/cxgbetool/cxgbetool.c
Modified: head/usr.sbi
> Author: pstef
> Date: Mon Jun 4 20:24:31 2018
> New Revision: 334630
> URL: https://svnweb.freebsd.org/changeset/base/334630
>
> Log:
> indent(1): remove static const char copyright[]
>
> It repeats what is already said in the heading comment and it's optimized
> out
> so serves no pu
On Mon, 2018-06-04 at 17:00 -0700, Rodney W. Grimes wrote:
> >
> > Author: pstef
> > Date: Mon Jun 4 20:24:31 2018
> > New Revision: 334630
> > URL: https://svnweb.freebsd.org/changeset/base/334630
> >
> > Log:
> > indent(1): remove static const char copyright[]
> >
> > It repeats what is
[ Charset ISO-8859-1 unsupported, converting... ]
> On Mon, 2018-06-04 at 17:00 -0700, Rodney W. Grimes wrote:
> > >
> > > Author: pstef
> > > Date: Mon Jun??4 20:24:31 2018
> > > New Revision: 334630
> > > URL: https://svnweb.freebsd.org/changeset/base/334630
> > >
> > > Log:
> > > ? indent(1):
On Mon, Jun 4, 2018, 8:47 PM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> [ Charset ISO-8859-1 unsupported, converting... ]
> > On Mon, 2018-06-04 at 17:00 -0700, Rodney W. Grimes wrote:
> > > >
> > > > Author: pstef
> > > > Date: Mon Jun??4 20:24:31 2018
> > > > New Revision: 33463
> On Mon, Jun 4, 2018, 8:47 PM Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
> > [ Charset ISO-8859-1 unsupported, converting... ]
> > > On Mon, 2018-06-04 at 17:00 -0700, Rodney W. Grimes wrote:
> > > > >
> > > > > Author: pstef
> > > > > Date: Mon Jun??4 20:24:31 2018
> > > > > N
On Fri, May 25, 2018 at 4:46 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Fri May 25 21:46:07 2018
> New Revision: 334226
> URL: https://svnweb.freebsd.org/changeset/base/334226
>
> Log:
> Cleanup style
>
> Modified:
> head/lib/libpmcstat/pmu-events/Makefile
>
> Modified: head/lib/libpm
Author: mmacy
Date: Tue Jun 5 04:26:40 2018
New Revision: 334647
URL: https://svnweb.freebsd.org/changeset/base/334647
Log:
hwpmc: log name->pid, name->tid mappings
By logging all threads and processes 'pmc filter'
can now filter on process or thread name, relieving
the user of the bur
On Mon, Jun 4, 2018 at 10:11 PM, Kyle Evans wrote:
> On Fri, May 25, 2018 at 4:46 PM, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Fri May 25 21:46:07 2018
>> New Revision: 334226
>> URL: https://svnweb.freebsd.org/changeset/base/334226
>>
>> Log:
>> Cleanup style
>>
>> Modified:
>> head
Author: kevlo
Date: Tue Jun 5 05:19:04 2018
New Revision: 334648
URL: https://svnweb.freebsd.org/changeset/base/334648
Log:
Add support for SIMCom SIM7600E.
Sponsored by: MSI/FUNTORO
Modified:
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/serial/u3
Author: kevlo
Date: Tue Jun 5 05:24:42 2018
New Revision: 334649
URL: https://svnweb.freebsd.org/changeset/base/334649
Log:
Since we don't enable BUF_TRACKING and FULL_BUF_TRACKING buffer debugging
options in GENERIC kernels on arm and arm64, there's no need to disable
them.
Sponsored
On Mon, 4 Jun 2018, Ian Lepore wrote:
On Mon, 2018-06-04 at 05:27 +, Eitan Adler wrote:
...
Log:
\xa0 top(1): some nitpicks
\xa0\xa0
\xa0 - prefer fully spelled names to "u_long"
Why? I though we preferred the u_char, u_int, u_long spellings in BSD
code? (I certainly prefer them, and I th
62 matches
Mail list logo