re: CVS commit: src

2017-11-02 Thread matthew green
thanks for working on this. > * Update the data structures used for exporting kernel history data to > include a version number as well as the length of history arguments. so, old vmstat breaks for no reason? nothing else changed, right? > * All [2] existing users of kernhist(9) have had inst

Re: CVS commit: src/sys/dev

2017-11-02 Thread Takeshi Nakayama
>>> Robert Swindells wrote > > "Michael van Elst" wrote: > >Module Name:src > >Committed By: mlelstv > >Date: Wed Nov 1 19:34:46 UTC 2017 > > > >Modified Files: > >src/sys/dev: files.dev > >src/sys/dev/ata: ata_raid_adaptec.c ata_raid_intel.c > > ata_raid_jmicr

Re: CVS commit: src/sys/dev

2017-11-02 Thread Robert Swindells
"Michael van Elst" wrote: >Module Name:src >Committed By: mlelstv >Date: Wed Nov 1 19:34:46 UTC 2017 > >Modified Files: >src/sys/dev: files.dev >src/sys/dev/ata: ata_raid_adaptec.c ata_raid_intel.c ata_raid_jmicron.c >ata_raid_nvidia.c ata_raid_promise

Re: CVS commit: src/lib/libc/stdlib

2017-11-02 Thread Joerg Sonnenberger
On Thu, Nov 02, 2017 at 08:26:58PM +0100, Kamil Rytarowski wrote: > On 02.11.2017 20:15, Joerg Sonnenberger wrote: > > On Thu, Nov 02, 2017 at 08:15:01PM +0100, Joerg Sonnenberger wrote: > >> On Thu, Nov 02, 2017 at 06:37:15PM +, Kamil Rytarowski wrote: > >>> Module Name: src > >>> Committ

Re: CVS commit: src/lib/libc/stdlib

2017-11-02 Thread Kamil Rytarowski
On 02.11.2017 20:15, Joerg Sonnenberger wrote: > On Thu, Nov 02, 2017 at 08:15:01PM +0100, Joerg Sonnenberger wrote: >> On Thu, Nov 02, 2017 at 06:37:15PM +, Kamil Rytarowski wrote: >>> Module Name:src >>> Committed By: kamil >>> Date: Thu Nov 2 18:37:15 UTC 2017 >>

Re: CVS commit: src/lib/libc/stdlib

2017-11-02 Thread Joerg Sonnenberger
On Thu, Nov 02, 2017 at 08:15:01PM +0100, Joerg Sonnenberger wrote: > On Thu, Nov 02, 2017 at 06:37:15PM +, Kamil Rytarowski wrote: > > Module Name:src > > Committed By: kamil > > Date: Thu Nov 2 18:37:15 UTC 2017 > > > > Modified Files: > > src/lib/libc/stdlib

Re: CVS commit: src/lib/libc/stdlib

2017-11-02 Thread Joerg Sonnenberger
On Thu, Nov 02, 2017 at 06:37:15PM +, Kamil Rytarowski wrote: > Module Name: src > Committed By: kamil > Date: Thu Nov 2 18:37:15 UTC 2017 > > Modified Files: > src/lib/libc/stdlib: atexit.c > > Log Message: > Correct handling of __cxa_atexit(a,b,NULL) in libc I don't get it.