[ Charset UTF-8 unsupported, converting... ]
> Author: tychon
> Date: Fri Jun 8 20:35:58 2018
> New Revision: 334856
> URL: https://svnweb.freebsd.org/changeset/base/334856
>
> Log:
> Don't bother looking for non-executable pages when a process is
> excluded from PTI.
>
> Reviewed by:
On 09.06.18 04:14, Eitan Adler wrote:
> Author: eadler
> Date: Sat Jun 9 02:14:33 2018
> New Revision: 334864
> URL: https://svnweb.freebsd.org/changeset/base/334864
>
> Log:
> top(1): use a different command to toggle tid vs pid
Thank you.
You cannot start top with -T unless you add somethin
Author: eadler
Date: Sat Jun 9 04:40:17 2018
New Revision: 334873
URL: https://svnweb.freebsd.org/changeset/base/334873
Log:
ncal: correct history section
originally reported Todd C. Miller[0]
Additional data see [1][2].
While here, pet igor.
Closes #152 (github pr)
Sbmitted
Author: eadler
Date: Sat Jun 9 04:54:36 2018
New Revision: 334874
URL: https://svnweb.freebsd.org/changeset/base/334874
Log:
pmc: mark some dead functions as such
Also change a single instance of the comma operator to a semi-colon.
Reviewed by: mmacy
Modified:
head/usr.sbin/pmc/cm
Author: eadler
Date: Sat Jun 9 02:47:02 2018
New Revision: 334869
URL: https://svnweb.freebsd.org/changeset/base/334869
Log:
top(1): correct header, align it.
THR is always 6 digits or longer. Now that the PID/THR change is
separated, use correct headers.
PR: 228823
Repo
Author: sjg
Date: Sat Jun 9 02:41:51 2018
New Revision: 334868
URL: https://svnweb.freebsd.org/changeset/base/334868
Log:
Add st_mtime, st_ino and st_dev for ufs_stat
Differential Revision:D15064
Modified:
head/stand/libsa/ufs.c
Modified: head/stand/libsa/ufs.c
Author: mmacy
Date: Sat Jun 9 02:25:18 2018
New Revision: 334867
URL: https://svnweb.freebsd.org/changeset/base/334867
Log:
pmc: fix logic in skipping riscv
Modified:
head/lib/Makefile
head/usr.sbin/Makefile
Modified: head/lib/Makefile
=
Author: eadler
Date: Sat Jun 9 03:08:04 2018
New Revision: 334871
URL: https://svnweb.freebsd.org/changeset/base/334871
Log:
LOCKS: update current locks
- use a wild card for releng instead of listing them out. This ignores a
technicality that re@ owns the branches during release cycles,
Author: mmacy
Date: Sat Jun 9 02:15:45 2018
New Revision: 334865
URL: https://svnweb.freebsd.org/changeset/base/334865
Log:
pmc: don't build on riscv where there's no kmod support
Modified:
head/lib/Makefile
head/usr.sbin/Makefile
Modified: head/lib/Makefile
==
On 4 June 2018 at 04:29, Florian Smeets wrote:
> 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
>> >> beha
Author: eadler
Date: Sat Jun 9 02:14:33 2018
New Revision: 334864
URL: https://svnweb.freebsd.org/changeset/base/334864
Log:
top(1): use a different command to toggle tid vs pid
- By popular demand, implement a different switch ("T") for toggling
between thread id and process id.
- Add
On 8 June 2018 at 19:14, Eitan Adler wrote:
> On 4 June 2018 at 04:29, Florian Smeets wrote:
>> 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' mayb
Author: eadler
Date: Sat Jun 9 02:18:15 2018
New Revision: 334866
URL: https://svnweb.freebsd.org/changeset/base/334866
Log:
top(1): actually make change for tid vs pid
Modified:
head/usr.bin/top/machine.c
Modified: head/usr.bin/top/machine.c
On Fri, Jun 08, 2018 at 03:07:07PM +1000, Kubilay Kocak wrote:
K> > UMA memory debugging enabled with INVARIANTS consists of two things:
K> > trashing freed memory and checking that allocated memory is properly
K> > trashed, and also of keeping a bitset of freed items. Trashing/checking
K> >
On Fri, Jun 08, 2018 at 03:16:17AM +, Mateusz Guzik wrote:
M> Author: mjg
M> Date: Fri Jun 8 03:16:16 2018
M> New Revision: 334824
M> URL: https://svnweb.freebsd.org/changeset/base/334824
M>
M> Log:
M> uma: remove M_ZERO support for pcpu zones
M>
M> Nothing in the tree uses it and pcpu
On Tue, Jun 05, 2018 at 06:35:37PM +0200, Mateusz Guzik wrote:
M> > On 06/02/2018 17:20, Mateusz Guzik wrote:
M> > > +#ifdef _KERNEL
M> > > +#define malloc(size, type, flags) ({\
M> > > + void *_malloc_item; \
M> > > +
On Wed, Jun 06, 2018 at 12:56:47AM +0200, Mateusz Guzik wrote:
M> > M> Thank you for the kind words. It is positive feedback like this which
M> > M> keeps me going!
M> >
M> > Btw, what was the point of checking flags || result? Most places in kernel
M> > ignore flags and just test result regerdless
On 7 June 2018 at 11:36, Kyle Evans wrote:
> Author: kevans
> Date: Thu Jun 7 18:36:12 2018
> New Revision: 334807
> URL: https://svnweb.freebsd.org/changeset/base/334807
>
> Log:
> bsdgrep(1): whoops, garbage collect the now write-only variable
Picking a random email to respond to: thanks for
Author: mjg
Date: Fri Jun 8 22:06:32 2018
New Revision: 334863
URL: https://svnweb.freebsd.org/changeset/base/334863
Log:
counter: add a bit missed in r334858
It happens to be a noop.
Modified:
head/sys/kern/subr_counter.c
Modified: head/sys/kern/subr_counter.c
Author: shurd
Date: Fri Jun 8 21:49:19 2018
New Revision: 334862
URL: https://svnweb.freebsd.org/changeset/base/334862
Log:
Remove tx task spinning added in r333686
This caused issues with PASTE. Just remove the reschedule since the DELAY()
should be enough for use cases such as pkt-gen
Author: mjg
Date: Fri Jun 8 21:40:03 2018
New Revision: 334858
URL: https://svnweb.freebsd.org/changeset/base/334858
Log:
uma: implement provisional api for per-cpu zones
Per-cpu zone allocations are very rarely done compared to regular zones.
The intent is to avoid pessimizing the latte
Author: mmacy
Date: Fri Jun 8 20:39:49 2018
New Revision: 334857
URL: https://svnweb.freebsd.org/changeset/base/334857
Log:
hwpmc: remove dangling references to hwpmc_xscale
Reported by: mjg
Modified:
head/sys/dev/hwpmc/hwpmc_arm.c
Modified: head/sys/dev/hwpmc/hwpmc_arm.c
Author: tychon
Date: Fri Jun 8 20:35:58 2018
New Revision: 334856
URL: https://svnweb.freebsd.org/changeset/base/334856
Log:
Don't bother looking for non-executable pages when a process is
excluded from PTI.
Reviewed by: kib
Sponsored by: Dell EMC Isilon
Differential Revision:
Author: mmacy
Date: Fri Jun 8 20:31:59 2018
New Revision: 334855
URL: https://svnweb.freebsd.org/changeset/base/334855
Log:
AF_UNIX: bring uipc_ready in compliance with new locking protocol
PR: 228742
Submitted by: markj
Reviewed by: markj
Modified:
head/sys/kern/uipc_usrreq.c
M
Author: jtl
Date: Fri Jun 8 19:47:04 2018
New Revision: 334854
URL: https://svnweb.freebsd.org/changeset/base/334854
Log:
Create a symlink for sodtor_set(9) to the socket(9) man page.
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9/Makefile
=
Author: jtl
Date: Fri Jun 8 19:35:24 2018
New Revision: 334853
URL: https://svnweb.freebsd.org/changeset/base/334853
Log:
Add a socket destructor callback. This allows kernel providers to set
callbacks to perform additional cleanup actions at the time a socket is
closed.
Michio Honda
On 2018-06-07 22:38:40, Gleb Smirnoff wrote:
Author: glebius
Date: Thu Jun 7 22:38:40 2018
New Revision: 334817
URL: https://svnweb.freebsd.org/changeset/base/334817
Log:
Add new functionality and syntax to cron(1) to allow to run jobs at a
given interval, which is counted in seconds since ex
Author: mmacy
Date: Fri Jun 8 18:54:47 2018
New Revision: 334852
URL: https://svnweb.freebsd.org/changeset/base/334852
Log:
hwpmc: yet another missed fixup
Modified:
head/sys/mips/atheros/apb.c
Modified: head/sys/mips/atheros/apb.c
===
On Fri, Jun 08, 2018 at 02:30:10PM -0400, Mark Johnston wrote:
> On Fri, Jun 08, 2018 at 08:37:55PM +0300, Konstantin Belousov wrote:
> > On Thu, Jun 07, 2018 at 11:02:29PM -0700, Ryan Libby wrote:
> > > On Thu, Jun 7, 2018 at 10:03 PM, Mateusz Guzik wrote:
> > > > Checking it without any locks is
Author: kib
Date: Fri Jun 8 18:32:26 2018
New Revision: 334851
URL: https://svnweb.freebsd.org/changeset/base/334851
Log:
Restore release semantic for the old thread unlock on arm64.
With the introduction of pmap_switch(), the DSB instruction on the
address map switch is not necessary ex
On Fri, Jun 08, 2018 at 08:37:55PM +0300, Konstantin Belousov wrote:
> On Thu, Jun 07, 2018 at 11:02:29PM -0700, Ryan Libby wrote:
> > On Thu, Jun 7, 2018 at 10:03 PM, Mateusz Guzik wrote:
> > > Checking it without any locks is perfectly valid in this case. It is done
> > > after v_holdcnt gets bu
Author: mmacy
Date: Fri Jun 8 18:24:46 2018
New Revision: 334850
URL: https://svnweb.freebsd.org/changeset/base/334850
Log:
hwpmc: remove hwpmc_xscale.c from corresponding arm build
Modified:
head/sys/arm/xscale/ixp425/files.ixp425
Modified: head/sys/arm/xscale/ixp425/files.ixp425
=
Author: adrian
Date: Fri Jun 8 18:21:57 2018
New Revision: 334849
URL: https://svnweb.freebsd.org/changeset/base/334849
Log:
[ath_hal] Return failure if noise floor calibration fails.
If we fail noise floor calibration then we may end up with a deaf NIC
which we can't recover without a f
Author: adrian
Date: Fri Jun 8 18:15:23 2018
New Revision: 334848
URL: https://svnweb.freebsd.org/changeset/base/334848
Log:
[ath_hal] Don't do ANI processing if we've reset.
If we've reset then we can't trust the current state of the ANI tracking,
so just wait until next time.
Test
Author: mmacy
Date: Fri Jun 8 18:09:19 2018
New Revision: 334847
URL: https://svnweb.freebsd.org/changeset/base/334847
Log:
hwpmc: retire never completed xscale support
hwpmc xscale support is not actually functional and the
architecture is well past its shelf life.
Deleted:
head/sys/
Author: markj
Date: Fri Jun 8 17:55:06 2018
New Revision: 334846
URL: https://svnweb.freebsd.org/changeset/base/334846
Log:
Correct the list of supported drivers.
- bnxt(4) is supported via iflib.
- mlx4en(4) support has not yet been committed.
Modified:
head/share/man/man4/netdump.4
On 06/08/18 18:51, Ian Lepore wrote:
Will this be a problem on i386, where timespec contains a 32-bit
time_t? I think it's the only remaining arch with 32-bit time_t.
The LinuxKPI has no need for 64-bit time. These defines are currently
only used for debug printouts in drm-next-kmod.
--HPS
Author: mmacy
Date: Fri Jun 8 17:41:49 2018
New Revision: 334845
URL: https://svnweb.freebsd.org/changeset/base/334845
Log:
hwpmc: update files missed by r334827
Modified:
head/sys/dev/hwpmc/hwpmc_e500.c
head/sys/dev/hwpmc/hwpmc_mips.c
head/sys/dev/hwpmc/hwpmc_mpc7xxx.c
head/sys/dev/hw
Author: sef
Date: Fri Jun 8 17:38:28 2018
New Revision: 334844
URL: https://svnweb.freebsd.org/changeset/base/334844
Log:
This originated from ZFS On Linux, as
https://github.com/zfsonlinux/zfs/commit/d4a72f23863382bdf6d0ae33196f5b5decbc48fd
During scans (scrubs or resilvers), it sorts
On Thu, Jun 07, 2018 at 11:02:29PM -0700, Ryan Libby wrote:
> On Thu, Jun 7, 2018 at 10:03 PM, Mateusz Guzik wrote:
> > On Fri, Jun 8, 2018 at 6:29 AM, Ryan Libby wrote:
> >>
> >> On Thu, Jun 7, 2018 at 8:32 PM, Mark Johnston wrote:
> >> > On Wed, Jun 06, 2018 at 05:03:11PM +0300, Konstantin Bel
Author: mmacy
Date: Fri Jun 8 17:37:49 2018
New Revision: 334843
URL: https://svnweb.freebsd.org/changeset/base/334843
Log:
avoid 'tcp_outflags defined but not used'
Modified:
head/sys/netinet/tcp_fsm.h
head/sys/netinet/tcp_output.c
Modified: head/sys/netinet/tcp_fsm.h
===
Author: mmacy
Date: Fri Jun 8 17:37:43 2018
New Revision: 334842
URL: https://svnweb.freebsd.org/changeset/base/334842
Log:
hpts: remove redundant decl breaking gcc build
Modified:
head/sys/netinet/tcp_hpts.c
Modified: head/sys/netinet/tcp_hpts.c
On Fri, Jun 8, 2018 at 12:37 PM, hiren panchasara <
hi...@strugglingcoder.info> wrote:
> ps: I know we are not killing the default stack as of yet and just
> stopping active maintenance of it but just wanted to raise these
> (probably obvious) points.
We absolutely are not stopping active maintena
On Thu, 2018-06-07 at 11:41 +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Thu Jun 7 11:41:42 2018
> New Revision: 334777
> URL: https://svnweb.freebsd.org/changeset/base/334777
>
> Log:
> Wrap timespec64 into timespec in the LinuxKPI.
>
> Submitted by: Johannes Lundber
On 06/07/18 at 08:07P, Matthew Macy wrote:
> >
> > Okay. I believe there might be situations where we may want to still
> > keep the 'default' stack alive. I know Windows doesn't yet use RACK when
> > rtt is lesser than 10ms (or something like that), as an example.
> >
>
> Is there any reason RACK
> The fact that our NMI handler isn't re-entrant can lead to subtle
> problems. If while executing the NMI handler we hit a dtrace
> probe or DDB breakpoint, the iret executed upon return to the handler
> will re-enable NMIs. Then, if a second NMI arrives before the handler
> for the first has retu
On Fri, Jun 08, 2018 at 09:07:53AM -0700, Matthew Macy wrote:
> On Fri, Jun 8, 2018 at 07:35 Mark Johnston wrote:
>
> > On Fri, Jun 08, 2018 at 04:58:03AM +, Matt Macy wrote:
> > > Author: mmacy
> > > Date: Fri Jun 8 04:58:03 2018
> > > New Revision: 334827
> > > URL: https://svnweb.freebsd.
On Fri, Jun 8, 2018 at 07:35 Mark Johnston wrote:
> On Fri, Jun 08, 2018 at 04:58:03AM +, Matt Macy wrote:
> > Author: mmacy
> > Date: Fri Jun 8 04:58:03 2018
> > New Revision: 334827
> > URL: https://svnweb.freebsd.org/changeset/base/334827
> >
> > Log:
> > hwpmc: simplify calling convent
Author: brd
Date: Fri Jun 8 15:05:26 2018
New Revision: 334841
URL: https://svnweb.freebsd.org/changeset/base/334841
Log:
Simplify this Makefile.
Approved by: bapt (mentor)
Modified:
head/share/skel/Makefile
Modified: head/share/skel/Makefile
==
On Fri, Jun 08, 2018 at 10:08:25AM -0400, Ed Maste wrote:
> On 7 June 2018 at 16:49, Kirk McKusick wrote:
> > Author: mckusick
> > Date: Thu Jun 7 20:49:01 2018
> > New Revision: 334814
> > URL: https://svnweb.freebsd.org/changeset/base/334814
> >
> > Log:
> > Ensure proper initialization of su
On Fri, Jun 08, 2018 at 04:58:03AM +, Matt Macy wrote:
> Author: mmacy
> Date: Fri Jun 8 04:58:03 2018
> New Revision: 334827
> URL: https://svnweb.freebsd.org/changeset/base/334827
>
> Log:
> hwpmc: simplify calling convention for hwpmc interrupt handling
>
> pmc_process_interrupt tak
On Fri, Jun 8, 2018 at 10:08 AM, Ed Maste wrote:
> On 7 June 2018 at 16:49, Kirk McKusick wrote:
>> Author: mckusick
>> Date: Thu Jun 7 20:49:01 2018
>> New Revision: 334814
>> URL: https://svnweb.freebsd.org/changeset/base/334814
>>
>> Log:
>> Ensure proper initialization of superblock.
>>
>
On 7 June 2018 at 16:49, Kirk McKusick wrote:
> Author: mckusick
> Date: Thu Jun 7 20:49:01 2018
> New Revision: 334814
> URL: https://svnweb.freebsd.org/changeset/base/334814
>
> Log:
> Ensure proper initialization of superblock.
>
...
> --- head/sbin/dump/main.c Thu Jun 7 19:57:55 2018
Author: kevans
Date: Fri Jun 8 12:58:55 2018
New Revision: 334837
URL: https://svnweb.freebsd.org/changeset/base/334837
Log:
bsdgrep(1): Evict character sequence that moved in
Reported by: trasz
Modified:
head/usr.bin/grep/file.c
Modified: head/usr.bin/grep/file.c
On Thu, Jun 7, 2018, at 10:59 PM, Bryan Drewery wrote:
>
> > On Jun 4, 2018, at 11:17, 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
On Thu, Jun 7, 2018, at 10:38 PM, Bryan Drewery wrote:
>
>
> > On Jun 5, 2018, at 16:43, Brad Davis wrote:
> >
> >
> > On Tue, Jun 5, 2018, at 1:07 PM, Renato Botelho wrote:
> > > On 05/06/18 15:26, Konstantin Belousov wrote:
> > > > On Tue, Jun 05, 2018 at 12:13:05PM -0600, Brad Davis wrote:
> >
> On Jun 7, 2018, at 03:29, Alexey Dokuchaev wrote:
>
>> On Wed, Jun 06, 2018 at 01:02:25PM -0600, Brad Davis wrote:
>>> On Wed, Jun 6, 2018, at 12:33 PM, Rodney W. Grimes wrote:
>>> ...
>>> So each installworld would wipe over the top of any localmod /etc/rc.d/
>>> and other stuff that mght ex
On 8 June 2018 at 01:31, Eitan Adler wrote:
> On 7 June 2018 at 22:40, Mateusz Guzik wrote:
>> Modified: head/sys/vm/uma_core.c
>> ==
>> --- head/sys/vm/uma_core.c Fri Jun 8 05:17:06 2018(r334829)
>> +++ hea
On 7 June 2018 at 22:40, Mateusz Guzik wrote:
> Modified: head/sys/vm/uma_core.c
> ==
> --- head/sys/vm/uma_core.c Fri Jun 8 05:17:06 2018(r334829)
> +++ head/sys/vm/uma_core.c Fri Jun 8 05:40:36 2018
59 matches
Mail list logo