Re: svn commit: r368692 - in head: include/xlocale lib/libc/include lib/libc/nls lib/libc/string

2020-12-17 Thread Antoine Brodin
On Thu, Dec 17, 2020 at 4:53 PM Konstantin Belousov wrote: > > On Thu, Dec 17, 2020 at 04:02:05PM +0100, Antoine Brodin wrote: > > On Thu, Dec 17, 2020 at 11:07 AM Konstantin Belousov > > wrote: > > > Could you please try the following, which might be a right thing to

Re: svn commit: r368692 - in head: include/xlocale lib/libc/include lib/libc/nls lib/libc/string

2020-12-17 Thread Antoine Brodin
On Thu, Dec 17, 2020 at 11:07 AM Konstantin Belousov wrote: > > On Thu, Dec 17, 2020 at 10:32:14AM +0100, Antoine Brodin wrote: > > On Wed, Dec 16, 2020 at 10:02 AM Konstantin Belousov > > wrote: > > > > > > Author: kib > > > Date: Wed Dec 16 09:02

Re: svn commit: r368692 - in head: include/xlocale lib/libc/include lib/libc/nls lib/libc/string

2020-12-17 Thread Antoine Brodin
On Wed, Dec 16, 2020 at 10:02 AM Konstantin Belousov wrote: > > Author: kib > Date: Wed Dec 16 09:02:09 2020 > New Revision: 368692 > URL: https://svnweb.freebsd.org/changeset/base/368692 > > Log: > Implement strerror_l(). > > Only for the arches that provide user-mode TLS. > > PR: 251651 >

Re: svn commit: r364438 - in head/cddl: contrib/opensolaris/lib/libdtrace/common usr.sbin/dtrace/tests/tools

2020-08-22 Thread Antoine Brodin
On Thu, Aug 20, 2020 at 9:28 PM Mark Johnston wrote: > > Author: markj > Date: Thu Aug 20 19:28:19 2020 > New Revision: 364438 > URL: https://svnweb.freebsd.org/changeset/base/364438 > > Log: > Enable creation of static userspace probes in incremental builds. > > To define USDT probes, dtrace

svn commit: r362261 - head/contrib/file/magic/Magdir

2020-06-17 Thread Antoine Brodin
Author: antoine Date: Wed Jun 17 10:11:54 2020 New Revision: 362261 URL: https://svnweb.freebsd.org/changeset/base/362261 Log: Re-apply r333944 to unbreak ports Modified: head/contrib/file/magic/Magdir/elf Modified: head/contrib/file/magic/Magdir/elf =

Re: svn commit: r362258 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/src lib/libmagic

2020-06-17 Thread Antoine Brodin
On Wed, Jun 17, 2020 at 9:41 AM Xin LI wrote: > > Author: delphij > Date: Wed Jun 17 07:41:28 2020 > New Revision: 362258 > URL: https://svnweb.freebsd.org/changeset/base/362258 > > Log: > MFV r362254: file 5.39. > > MFC after:2 weeks Hi, Please re-apply r333944 Antoine

Re: svn commit: r361770 - in head: include lib/libthr lib/libthr/thread share/man/man3

2020-06-03 Thread Antoine Brodin
On Thu, Jun 4, 2020 at 4:30 AM Jung-uk Kim wrote: > > On 20. 6. 3., Konstantin Belousov wrote: > > Author: kib > > Date: Wed Jun 3 20:54:36 2020 > > New Revision: 361770 > > URL: https://svnweb.freebsd.org/changeset/base/361770 > > > > Log: > > Add pthread_getname_np() and pthread_setname_np()

Re: svn commit: r361303 - in head: lib/libc/gen libexec/rtld-elf sys/sys

2020-05-21 Thread Antoine Brodin
On Thu, May 21, 2020 at 12:08 AM Konstantin Belousov wrote: > > Author: kib > Date: Wed May 20 22:08:26 2020 > New Revision: 361303 > URL: https://svnweb.freebsd.org/changeset/base/361303 > > Log: > Change the samantic of struct link_map l_addr member. > > It previously returned the object map

svn commit: r360823 - head

2020-05-08 Thread Antoine Brodin
Author: antoine Date: Fri May 8 20:15:18 2020 New Revision: 360823 URL: https://svnweb.freebsd.org/changeset/base/360823 Log: Add more obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

Re: svn commit: r359681 - in head: . share/mk

2020-04-06 Thread Antoine Brodin
On Tue, Apr 7, 2020 at 1:38 AM Brooks Davis wrote: > > Author: brooks > Date: Mon Apr 6 23:38:46 2020 > New Revision: 359681 > URL: https://svnweb.freebsd.org/changeset/base/359681 > > Log: > Fix compilation with upstream clang builtin headers. > > By using -nobuiltininc and adding the clang

Re: svn commit: r358152 - head/bin/sh

2020-02-21 Thread Antoine Brodin
On Thu, Feb 20, 2020 at 4:01 AM Hiroki Sato wrote: > > Author: hrs > Date: Thu Feb 20 03:01:27 2020 > New Revision: 358152 > URL: https://svnweb.freebsd.org/changeset/base/358152 > > Log: > Improve performance of "read" built-in command when using a seekable > fd. > > The read built-in comma

Re: svn commit: r357895 - in head/libexec/rtld-elf: . aarch64 amd64 arm i386 mips powerpc powerpc64 riscv sparc64

2020-02-14 Thread Antoine Brodin
On Fri, Feb 14, 2020 at 1:37 PM Antoine Brodin wrote: > > On Fri, Feb 14, 2020 at 12:51 PM Konstantin Belousov > wrote: > > > > On Fri, Feb 14, 2020 at 11:17:12AM +0100, Antoine Brodin wrote: > > > On Fri, Feb 14, 2020 at 12:42 AM Konstantin Belousov > >

Re: svn commit: r357895 - in head/libexec/rtld-elf: . aarch64 amd64 arm i386 mips powerpc powerpc64 riscv sparc64

2020-02-14 Thread Antoine Brodin
On Fri, Feb 14, 2020 at 12:51 PM Konstantin Belousov wrote: > > On Fri, Feb 14, 2020 at 11:17:12AM +0100, Antoine Brodin wrote: > > On Fri, Feb 14, 2020 at 12:42 AM Konstantin Belousov > > wrote: > > > > > > Author: kib > > > Date: Thu Feb 13 23:42

Re: svn commit: r357895 - in head/libexec/rtld-elf: . aarch64 amd64 arm i386 mips powerpc powerpc64 riscv sparc64

2020-02-14 Thread Antoine Brodin
On Fri, Feb 14, 2020 at 12:42 AM Konstantin Belousov wrote: > > Author: kib > Date: Thu Feb 13 23:42:09 2020 > New Revision: 357895 > URL: https://svnweb.freebsd.org/changeset/base/357895 > > Log: > Handle non-plt IRELATIVE relocations, at least for x86. > > lld 10.0 seems to generate this rel

Re: svn commit: r357284 - in head: include lib/libc/stdio

2020-02-01 Thread Antoine Brodin
On Thu, Jan 30, 2020 at 4:31 AM Kyle Evans wrote: > > Author: kevans > Date: Thu Jan 30 03:31:16 2020 > New Revision: 357284 > URL: https://svnweb.freebsd.org/changeset/base/357284 > > Log: > stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwrite > > fflush_unlocked is curren

Re: svn commit: r355747 - in head: . include lib/libc/stdlib lib/libxo

2019-12-14 Thread Antoine Brodin
On Sat, Dec 14, 2019 at 9:28 AM Conrad Meyer wrote: > > Author: cem > Date: Sat Dec 14 08:28:10 2019 > New Revision: 355747 > URL: https://svnweb.freebsd.org/changeset/base/355747 > > Log: > Deprecate sranddev(3) API Hi, The stdlib.h header is now broken and most ports are broken. /usr/includ

Re: svn commit: r354095 - in head/sys: amd64/amd64 amd64/include kern

2019-10-26 Thread Antoine Brodin
On Sat, Oct 26, 2019 at 3:01 PM Konstantin Belousov wrote: > On Sat, Oct 26, 2019 at 02:16:19PM +0200, Antoine Brodin wrote: > > On Sat, Oct 26, 2019 at 10:27 AM Konstantin Belousov > > wrote: > > > On Sat, Oct 26, 2019 at 08:24:09AM +0200, Antoine Brodin wrote: > &g

Re: svn commit: r354095 - in head/sys: amd64/amd64 amd64/include kern

2019-10-26 Thread Antoine Brodin
On Sat, Oct 26, 2019 at 10:27 AM Konstantin Belousov wrote: > On Sat, Oct 26, 2019 at 08:24:09AM +0200, Antoine Brodin wrote: > > On Fri, Oct 25, 2019 at 10:09 PM Konstantin Belousov > > wrote: > > > > > > Author: kib > > > Date: Fri Oct 25 20:09:42

Re: svn commit: r354095 - in head/sys: amd64/amd64 amd64/include kern

2019-10-25 Thread Antoine Brodin
On Fri, Oct 25, 2019 at 10:09 PM Konstantin Belousov wrote: > > Author: kib > Date: Fri Oct 25 20:09:42 2019 > New Revision: 354095 > URL: https://svnweb.freebsd.org/changeset/base/354095 > > Log: > amd64: move pcb out of kstack to struct thread. > > This saves 320 bytes of the precious stack

Re: svn commit: r350544 - head/usr.bin/bzip2recover

2019-08-28 Thread Antoine Brodin
On Sat, Aug 3, 2019 at 12:10 AM Mark Johnston wrote: > > Author: markj > Date: Fri Aug 2 22:09:56 2019 > New Revision: 350544 > URL: https://svnweb.freebsd.org/changeset/base/350544 > > Log: > Add bzip2recover.1. > > MFC after:3 days > Sponsored by: The FreeBSD Foundation > > Modified:

svn commit: r349229 - head

2019-06-20 Thread Antoine Brodin
Author: antoine Date: Thu Jun 20 13:24:58 2019 New Revision: 349229 URL: https://svnweb.freebsd.org/changeset/base/349229 Log: Add head(1) to native-xtools so that it can be used in qemu-user jails Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r349120 - head/etc/mtree

2019-06-16 Thread Antoine Brodin
Author: antoine Date: Sun Jun 16 20:01:45 2019 New Revision: 349120 URL: https://svnweb.freebsd.org/changeset/base/349120 Log: Remove tabs from BSD.var.dist Reported by: zeising Modified: head/etc/mtree/BSD.var.dist Modified: head/etc/mtree/BSD.var.dist

Re: svn commit: r347984 - in head/sys: amd64/vmm/io arm/allwinner arm/allwinner/a10 arm/allwinner/clkng arm/arm arm/broadcom/bcm2835 arm/freescale/imx arm/mv arm/mv/armada arm/nvidia arm/nvidia/tegra1

2019-05-19 Thread Antoine Brodin
On Mon, May 20, 2019 at 2:38 AM Conrad Meyer wrote: > Author: cem > Date: Mon May 20 00:38:23 2019 > New Revision: 347984 > URL: https://svnweb.freebsd.org/changeset/base/347984 > > Log: > Extract eventfilter declarations to sys/_eventfilter.h > > This allows replacing "sys/eventfilter.h" incl

svn commit: r347615 - head

2019-05-15 Thread Antoine Brodin
Author: antoine Date: Wed May 15 15:11:49 2019 New Revision: 347615 URL: https://svnweb.freebsd.org/changeset/base/347615 Log: Add more obsolete files. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

Re: svn commit: r347334 - head

2019-05-08 Thread Antoine Brodin
On Wed, May 8, 2019 at 5:21 PM Enji Cooper wrote: > > On May 8, 2019, at 08:17, Antoine Brodin wrote: > > > > Author: antoine > > Date: Wed May 8 15:17:36 2019 > > New Revision: 347334 > > URL: https://svnweb.freebsd.org/changeset/base/347334 > > > &

svn commit: r347334 - head

2019-05-08 Thread Antoine Brodin
Author: antoine Date: Wed May 8 15:17:36 2019 New Revision: 347334 URL: https://svnweb.freebsd.org/changeset/base/347334 Log: Add wc(1) to native-xtools so that it can be used in qemu-user jails Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ==

Re: svn commit: r340156 - in head: . sys/sys

2018-11-05 Thread Antoine Brodin
On Mon, Nov 5, 2018 at 8:26 PM Ed Maste wrote: > > Author: emaste > Date: Mon Nov 5 19:25:57 2018 > New Revision: 340156 > URL: https://svnweb.freebsd.org/changeset/base/340156 > > Log: > Remove backwards-compatibility sys/capability.h > > In r263232 sys/capability.h was renamed to sys/capsic

Re: svn commit: r339655 - head/contrib/jemalloc/src

2018-10-27 Thread Antoine Brodin
On Tue, Oct 23, 2018 at 4:11 PM Edward Tomasz Napierala wrote: > Author: trasz > Date: Tue Oct 23 14:11:35 2018 > New Revision: 339655 > URL: https://svnweb.freebsd.org/changeset/base/339655 > > Log: > Pick f80c97e477d1b3fe7778c65d9439d673738b4131 from upstream: > > Rework the way jemalloc

Re: svn commit: r339350 - head/contrib/elftoolchain/elfcopy

2018-10-15 Thread Antoine Brodin
On Mon, Oct 15, 2018 at 3:53 PM Ed Maste wrote: > On Mon, 15 Oct 2018 at 07:13, Ed Maste wrote: > > Hi Antoine, did you bisect to this rev or does it just look like the > > most probable candidate? Can you copy a pair of differing .o files > > (say, gcc/cc1plus-checksum.o) from the work dir to fr

Re: svn commit: r339350 - head/contrib/elftoolchain/elfcopy

2018-10-15 Thread Antoine Brodin
On Sat, Oct 13, 2018 at 11:26 PM Ed Maste wrote: > > Author: emaste > Date: Sat Oct 13 21:26:07 2018 > New Revision: 339350 > URL: https://svnweb.freebsd.org/changeset/base/339350 > > Log: > elfcopy: delete filter_reloc, it is broken and unnecessary > > elfcopy contained logic to filter indivi

Re: svn commit: r337922 - in head: lib/libc/gen lib/libc/sys share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/compat/freebsd32 sys/fs/nandfs sys/kern sys/sys sys/ufs/ufs

2018-08-16 Thread Antoine Brodin
On Thu, Aug 16, 2018 at 8:40 PM, Jamie Gritton wrote: > Author: jamie > Date: Thu Aug 16 18:40:16 2018 > New Revision: 337922 > URL: https://svnweb.freebsd.org/changeset/base/337922 > > Log: > Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creating > jails since FreeBSD 7. >

svn commit: r336868 - in head: sys/kern sys/sys usr.sbin/jail

2018-07-29 Thread Antoine Brodin
Author: antoine Date: Sun Jul 29 12:41:56 2018 New Revision: 336868 URL: https://svnweb.freebsd.org/changeset/base/336868 Log: Add allow.mlock to jail parameters It allows locking or unlocking physical pages in memory within a jail This allows running elasticsearch with "bootstrap.memory_

Re: svn commit: r336742 - in head: etc sbin/dump

2018-07-27 Thread Antoine Brodin
On Thu, Jul 26, 2018 at 6:45 PM, Brad Davis wrote: > Author: brd > Date: Thu Jul 26 16:45:25 2018 > New Revision: 336742 > URL: https://svnweb.freebsd.org/changeset/base/336742 > > Log: > Move dumpdates creation to CONFS= > > Approved by: bapt (mentor) > Differential Revision:https:

Re: svn commit: r336675 - head/share/mk

2018-07-24 Thread Antoine Brodin
On Tue, Jul 24, 2018 at 6:34 PM, Brad Davis wrote: > Author: brd > Date: Tue Jul 24 16:34:58 2018 > New Revision: 336675 > URL: https://svnweb.freebsd.org/changeset/base/336675 > > Log: > Convert bsd.confs.mk to support DIRS. > > This paves the way for moving config files out of head/etc and i

Re: svn commit: r335833 - in head: share/man/man4 sys/net sys/netpfil/pf

2018-07-05 Thread Antoine Brodin
On Tue, Jul 3, 2018 at 7:42 AM, Kristof Provost wrote: > On 3 Jul 2018, at 7:38, Antoine Brodin wrote: > > On Sun, Jul 1, 2018 at 3:16 AM, Will Andrews wrote: > > Author: will > Date: Sun Jul 1 01:16:03 2018 > New Revision: 335833 > URL: https://svnweb.freebsd.org/chang

Re: svn commit: r335833 - in head: share/man/man4 sys/net sys/netpfil/pf

2018-07-02 Thread Antoine Brodin
On Sun, Jul 1, 2018 at 3:16 AM, Will Andrews wrote: > Author: will > Date: Sun Jul 1 01:16:03 2018 > New Revision: 335833 > URL: https://svnweb.freebsd.org/changeset/base/335833 > > Log: > pf: remove unused ioctls. > > Several ioctls are unused in pf, in the sense that no base utility > ref

Re: svn commit: r334931 - in head: . sys/sys

2018-06-10 Thread Antoine Brodin
On Sun, Jun 10, 2018 at 9:15 PM, Eitan Adler wrote: > Author: eadler > Date: Sun Jun 10 19:15:38 2018 > New Revision: 334931 > URL: https://svnweb.freebsd.org/changeset/base/334931 > > Log: > Revert r334929 > > Apparently some software might depend on a header whose sole contents is > a `#wa

Re: svn commit: r334929 - in head: . sys/sys

2018-06-10 Thread Antoine Brodin
On Sun, Jun 10, 2018 at 8:43 PM, Mark Johnston wrote: > On Sun, Jun 10, 2018 at 06:38:48PM +, Eitan Adler wrote: >> Author: eadler >> Date: Sun Jun 10 18:38:48 2018 >> New Revision: 334929 >> URL: https://svnweb.freebsd.org/changeset/base/334929 >> >> Log: >> include: remove sys/capability.h

Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool

2018-05-31 Thread Antoine Brodin
On Thu, May 31, 2018 at 7:32 AM, Hans Petter Selasky wrote: > On 05/30/18 20:32, Antoine Brodin wrote: >> >> Hi, >> >> It seems that this local change was lost during the upgrade: >> >> https://svnweb.freebsd.org/base/head/contrib/libpcap/pcap/pcap.h?r1=19

Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool

2018-05-30 Thread Antoine Brodin
On Mon, May 28, 2018 at 10:12 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Mon May 28 08:12:18 2018 > New Revision: 334277 > URL: https://svnweb.freebsd.org/changeset/base/334277 > > Log: > MFV r333789: libpcap 1.9.0 (pre-release) > > MFC after:1 month > Sponsored by: Mellan

Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool

2018-05-30 Thread Antoine Brodin
On Wed, May 30, 2018 at 11:09 AM, Hans Petter Selasky wrote: > On 05/30/18 12:41, Antoine Brodin wrote: >> >> No this won't solve the issue, libpcap from ports isn't compiled with >> remote support. > > > Hi, > > Remote support is for WIN3

Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool

2018-05-30 Thread Antoine Brodin
On Wed, May 30, 2018 at 9:42 AM, Hans Petter Selasky wrote: > On 05/30/18 11:00, Antoine Brodin wrote: >> >> On Wed, May 30, 2018 at 8:20 AM, Hans Petter Selasky >> wrote: >>> >>> On 05/30/18 10:02, Antoine Brodin wrote: >>>> >>>>

Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool

2018-05-30 Thread Antoine Brodin
On Wed, May 30, 2018 at 8:20 AM, Hans Petter Selasky wrote: > On 05/30/18 10:02, Antoine Brodin wrote: >> >> Could the pcap/pcap.h header be fixed instead with #ifdef HAVE_REMOTE >> as it previously had? > > > The HAVE_REMOTE was removed upstream: > > https://

Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool

2018-05-30 Thread Antoine Brodin
On Wed, May 30, 2018 at 7:52 AM, Hans Petter Selasky wrote: > On 05/30/18 09:36, Antoine Brodin wrote: >> >> On Wed, May 30, 2018 at 7:31 AM, Hans Petter Selasky >> wrote: >>> >>> On 05/30/18 09:04, Hans Petter Selasky wrote: >>>>

Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool

2018-05-30 Thread Antoine Brodin
On Wed, May 30, 2018 at 7:31 AM, Hans Petter Selasky wrote: > On 05/30/18 09:04, Hans Petter Selasky wrote: >> >> On 05/30/18 08:04, Antoine Brodin wrote: >>> >>> On Mon, May 28, 2018 at 10:12 AM, Hans Petter Selasky >>> wrote: >>>> >

Re: svn commit: r334277 - in head: contrib/libpcap contrib/ofed/usr.lib/3 contrib/pf/pflogd contrib/wpa/src/l2_packet lib lib/libpcap share/mk usr.sbin/cxgbetool

2018-05-29 Thread Antoine Brodin
On Mon, May 28, 2018 at 10:12 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Mon May 28 08:12:18 2018 > New Revision: 334277 > URL: https://svnweb.freebsd.org/changeset/base/334277 > > Log: > MFV r333789: libpcap 1.9.0 (pre-release) > > MFC after:1 month > Sponsored by: Mellan

Re: svn commit: r333919 - in head/contrib/file: . doc magic magic/Magdir python src tests

2018-05-20 Thread Antoine Brodin
On Sun, May 20, 2018 at 10:39 PM, Antoine Brodin wrote: > On Sun, May 20, 2018 at 10:30 PM, Antoine Brodin wrote: >> On Sun, May 20, 2018 at 7:06 AM, Eitan Adler wrote: >>> Author: eadler >>> Date: Sun May 20 05:06:42 2018 >>> New Revision: 333919 >>&

svn commit: r333944 - head/contrib/file/magic/Magdir

2018-05-20 Thread Antoine Brodin
Author: antoine Date: Sun May 20 22:07:44 2018 New Revision: 333944 URL: https://svnweb.freebsd.org/changeset/base/333944 Log: Revert last change to file/magic/Magdir/elf, it misidentifies most shared libraries installed from ports as pie executables instead of shared libraries, and conseque

Re: svn commit: r333919 - in head/contrib/file: . doc magic magic/Magdir python src tests

2018-05-20 Thread Antoine Brodin
On Sun, May 20, 2018 at 10:30 PM, Antoine Brodin wrote: > On Sun, May 20, 2018 at 7:06 AM, Eitan Adler wrote: >> Author: eadler >> Date: Sun May 20 05:06:42 2018 >> New Revision: 333919 >> URL: https://svnweb.freebsd.org/changeset/base/333919 >> >> Log

Re: svn commit: r333919 - in head/contrib/file: . doc magic magic/Magdir python src tests

2018-05-20 Thread Antoine Brodin
On Sun, May 20, 2018 at 7:06 AM, Eitan Adler wrote: > Author: eadler > Date: Sun May 20 05:06:42 2018 > New Revision: 333919 > URL: https://svnweb.freebsd.org/changeset/base/333919 > > Log: > MFV: file 5.33 > > Merge the latest file(1) in. > > Relevent Changelog: > - extend the support for

svn commit: r333639 - in head/sys/amd64: include vmm

2018-05-15 Thread Antoine Brodin
Author: antoine Date: Tue May 15 17:20:58 2018 New Revision: 333639 URL: https://svnweb.freebsd.org/changeset/base/333639 Log: vmmdev: return EFAULT when trying to read beyond VM system memory max address Currently, when using dd(1) to take a VM memory image, the capture never ends, readi

Re: svn commit: r327841 - head

2018-01-15 Thread Antoine Brodin
On Thu, Jan 11, 2018 at 8:24 PM, John Baldwin wrote: > Author: jhb > Date: Thu Jan 11 19:24:44 2018 > New Revision: 327841 > URL: https://svnweb.freebsd.org/changeset/base/327841 > > Log: > Allow MIPS lib32 to build with clang. > > Don't try to set -march as clang doesn't permit use of the O32

Re: svn commit: r327823 - head/share/mk

2018-01-12 Thread Antoine Brodin
On Thu, Jan 11, 2018 at 3:03 PM, Ed Maste wrote: > Author: emaste > Date: Thu Jan 11 14:03:05 2018 > New Revision: 327823 > URL: https://svnweb.freebsd.org/changeset/base/327823 > > Log: > Enable ld.lld as bootstrap linker by default on i386 > > Akin to r327783 for amd64. lld has been usable

svn commit: r327473 - head/sys/kern

2018-01-01 Thread Antoine Brodin
Author: antoine Date: Mon Jan 1 21:25:01 2018 New Revision: 327473 URL: https://svnweb.freebsd.org/changeset/base/327473 Log: sysctl_kern_proc_args: do not take the fast path if p_args is NULL In this case it falls back to reading ps_strings Modified: head/sys/kern/kern_proc.c Modified: h

Re: svn commit: r325726 - head/sys/kern

2017-12-28 Thread Antoine Brodin
On Sat, Nov 11, 2017 at 10:39 PM, Mateusz Guzik wrote: > Author: mjg > Date: Sat Nov 11 22:39:33 2017 > New Revision: 325726 > URL: https://svnweb.freebsd.org/changeset/base/325726 > > Log: > Avoid locking and refing in sysctl_kern_proc_args if possible. > > Turns out the sysctl is called a lo

svn commit: r326792 - head/stand/uboot/common

2017-12-12 Thread Antoine Brodin
Author: antoine Date: Tue Dec 12 09:46:53 2017 New Revision: 326792 URL: https://svnweb.freebsd.org/changeset/base/326792 Log: Attempt to unbreak buildworld Modified: head/stand/uboot/common/main.c Modified: head/stand/uboot/common/main.c =

svn commit: r325565 - head/sys/net

2017-11-08 Thread Antoine Brodin
Author: antoine Date: Wed Nov 8 23:20:05 2017 New Revision: 325565 URL: https://svnweb.freebsd.org/changeset/base/325565 Log: Do not leak control in raw_usend Modified: head/sys/net/raw_usrreq.c Modified: head/sys/net/raw_usrreq.c

Re: svn commit: r317061 - in head: libexec/rpc.rstatd sys/amd64/amd64 sys/amd64/include sys/arm/arm sys/arm/include sys/arm64/include sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/compat/linprocf

2017-04-19 Thread Antoine Brodin
On Mon, Apr 17, 2017 at 7:34 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Mon Apr 17 17:34:47 2017 > New Revision: 317061 > URL: https://svnweb.freebsd.org/changeset/base/317061 > > Log: > - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter > in place. To do per-

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-20 Thread Antoine Brodin
On Tue, Mar 21, 2017 at 7:41 AM, Gleb Smirnoff wrote: > Hi! > > This change is known to break a ton of ports. More than 100 if > counting depends. I'm sorry for that and I already started to fix > them. > > Please send all new breakages to me. Hi, Exp-runs should happen before breakage happe

Re: svn commit: r313560 - head/sys/net

2017-02-11 Thread Antoine Brodin
On Fri, Feb 10, 2017 at 6:37 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Feb 10 17:37:04 2017 > New Revision: 313560 > URL: https://svnweb.freebsd.org/changeset/base/313560 > > Log: > Last consumer of _WANT_RTENTRY gone. > > Modified: > head/sys/net/route.h Hi, This change seems t

Re: svn commit: r312765 - in head/contrib/llvm: include/llvm/Analysis lib/Analysis

2017-01-25 Thread Antoine Brodin
On Wed, Jan 25, 2017 at 6:59 PM, Dimitry Andric wrote: > Author: dim > Date: Wed Jan 25 17:59:22 2017 > New Revision: 312765 > URL: https://svnweb.freebsd.org/changeset/base/312765 > > Log: > Pull in r276136 from upstream llvm trunk (by Wei Mi): > > Use ValueOffsetPair to enhance value reuse

Re: svn commit: r312404 - head/usr.bin/sed

2017-01-19 Thread Antoine Brodin
On Thu, Jan 19, 2017 at 9:01 AM, Xin LI wrote: > Author: delphij > Date: Thu Jan 19 08:01:35 2017 > New Revision: 312404 > URL: https://svnweb.freebsd.org/changeset/base/312404 > > Log: > Use S_ISREG instead of manual & (also it's better to compare the > result from & and the pattern instead o

Re: svn commit: r309405 - head/contrib/libarchive/libarchive

2016-12-03 Thread Antoine Brodin
On Fri, Dec 2, 2016 at 10:30 AM, Martin Matuska wrote: > Author: mm > Date: Fri Dec 2 09:30:13 2016 > New Revision: 309405 > URL: https://svnweb.freebsd.org/changeset/base/309405 > > Log: > MFV r309403: > > Sync libarchive with vendor. > > Vendor bugfixes: > Fix for heap-buffer-overflow i

svn commit: r308484 - head

2016-11-10 Thread Antoine Brodin
Author: antoine Date: Thu Nov 10 16:27:34 2016 New Revision: 308484 URL: https://svnweb.freebsd.org/changeset/base/308484 Log: Add limits(1) to native-xtools so that it can be used in qemu user-mode jails Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 =

Re: svn commit: r308181 - in head: . share/mk

2016-11-02 Thread Antoine Brodin
On Wed, Nov 2, 2016 at 7:53 AM, Dimitry Andric wrote: > On 02 Nov 2016, at 08:25, Jonathan Anderson wrote: >> >> On 1 Nov 2016, at 21:10, Dimitry Andric wrote: >> >>> Please note, I reverted r307823 (which changed the suffixes from .bco >>> and .llo to .bc and .ll) in r308003, since it caused a n

svn commit: r305709 - head

2016-09-11 Thread Antoine Brodin
Author: antoine Date: Sun Sep 11 19:51:32 2016 New Revision: 305709 URL: https://svnweb.freebsd.org/changeset/base/305709 Log: Add more obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

Re: svn commit: r303342 - in head: include lib/libc/stdlib

2016-07-30 Thread Antoine Brodin
On Tue, Jul 26, 2016 at 11:41 PM, Ed Schouten wrote: > Hi Pedro, Benjamin, > > 2016-07-26 22:35 GMT+02:00 Pedro Giffuni : >> On 07/26/16 15:14, Benjamin Kaduk wrote: >>> Is a __FreeBSD_version bump planned? (Third-party software might want >>> to be warning-clean.) >> >> Third party software shou

Re: svn commit: r300773 - in head/sys: crypto crypto/aesni crypto/sha2 crypto/siphash kern sys

2016-05-26 Thread Antoine Brodin
On Thu, May 26, 2016 at 9:29 PM, Conrad E. Meyer wrote: > Author: cem > Date: Thu May 26 19:29:29 2016 > New Revision: 300773 > URL: https://svnweb.freebsd.org/changeset/base/300773 > > Log: > crypto routines: Hint minimum buffer sizes to the compiler > > Use the C99 'static' keyword to hint t

Re: svn commit: r299529 - in head: contrib/libarchive contrib/libarchive/cat contrib/libarchive/cat/test contrib/libarchive/cpio contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/liba

2016-05-12 Thread Antoine Brodin
On Thu, May 12, 2016 at 12:16 PM, Martin Matuska wrote: > Author: mm > Date: Thu May 12 10:16:16 2016 > New Revision: 299529 > URL: https://svnweb.freebsd.org/changeset/base/299529 > > Log: > MFV r299425: > > Update libarchive to 3.2.0 > > New features: > - new bsdcat command-line utility

Re: svn commit: r299456 - in head: include lib/libc/stdio

2016-05-12 Thread Antoine Brodin
On Wed, May 11, 2016 at 4:38 PM, Conrad E. Meyer wrote: > Author: cem > Date: Wed May 11 14:38:27 2016 > New Revision: 299456 > URL: https://svnweb.freebsd.org/changeset/base/299456 > > Log: > libc: Add fopencookie(3) wrapper around funopen(3) > > Reviewed by: jhb, oshogbo > Sponsored by: E

Re: svn commit: r293801 - in head: . etc share/examples/ypldap usr.sbin/ypldap

2016-01-24 Thread Antoine Brodin
On Jan 13, 2016 2:49 AM, "Marcelo Araujo" wrote: > > Author: araujo > Date: Wed Jan 13 01:49:35 2016 > New Revision: 293801 > URL: https://svnweb.freebsd.org/changeset/base/293801 > > Log: > ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3). > > This commit, fix a

Re: svn commit: r294470 - head/libexec/rtld-elf

2016-01-23 Thread Antoine Brodin
On Thu, Jan 21, 2016 at 11:36 PM, Alexander Kabaev wrote: > On Thu, 21 Jan 2016 22:20:12 +0100 > Antoine Brodin wrote: > >> On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev >> wrote: >> > Author: kan >> > Date: Wed Jan 20 23:26:35 2016 &g

Re: svn commit: r294470 - head/libexec/rtld-elf

2016-01-21 Thread Antoine Brodin
On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev wrote: > Author: kan > Date: Wed Jan 20 23:26:35 2016 > New Revision: 294470 > URL: https://svnweb.freebsd.org/changeset/base/294470 > > Log: > Fix initlist_add_object invocation parameters. > > The tail parameter should point to the last obje

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-09 Thread Antoine Brodin
On Fri, Jan 8, 2016 at 8:34 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 8 20:34:57 2016 > New Revision: 293439 > URL: https://svnweb.freebsd.org/changeset/base/293439 > > Log: > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and > up to now. Hi, "SF_FL

svn commit: r289595 - head

2015-10-19 Thread Antoine Brodin
Author: antoine Date: Mon Oct 19 17:31:51 2015 New Revision: 289595 URL: https://svnweb.freebsd.org/changeset/base/289595 Log: Add more obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

Re: svn commit: r289085 - head/share/mk

2015-10-10 Thread Antoine Brodin
On Fri, Oct 9, 2015 at 9:57 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Oct 9 21:57:42 2015 > New Revision: 289085 > URL: https://svnweb.freebsd.org/changeset/base/289085 > > Log: > Add a new bsd.confs.mk similar to bsd.files.mk or bsd.incs.mk > > It defines a CONFS variable for

svn commit: r286812 - head/lib/libusb

2015-08-15 Thread Antoine Brodin
Author: antoine Date: Sat Aug 15 19:00:38 2015 New Revision: 286812 URL: https://svnweb.freebsd.org/changeset/base/286812 Log: bsd.lib.mk has to be included after MLINKS assignment Modified: head/lib/libusb/Makefile Modified: head/lib/libusb/Makefile =

svn commit: r286745 - head/tools/build/mk

2015-08-13 Thread Antoine Brodin
Author: antoine Date: Thu Aug 13 22:04:30 2015 New Revision: 286745 URL: https://svnweb.freebsd.org/changeset/base/286745 Log: Stop removing ELF toolchain tools Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ===

Re: svn commit: r285803 - head/bin/ls

2015-07-24 Thread Antoine Brodin
On Wed, Jul 22, 2015 at 9:58 PM, Allan Jude wrote: > Author: allanjude (doc committer) > Date: Wed Jul 22 19:58:21 2015 > New Revision: 285803 > URL: https://svnweb.freebsd.org/changeset/base/285803 > > Log: > Remove an excess space accidently introduced in the output in ls(1) by > r285734 > >

svn commit: r284695 - head/lib/ncurses/ncurses

2015-06-21 Thread Antoine Brodin
Author: antoine Date: Mon Jun 22 05:41:13 2015 New Revision: 284695 URL: https://svnweb.freebsd.org/changeset/base/284695 Log: Install ncurses html documentation again after r284345 Modified: head/lib/ncurses/ncurses/Makefile Modified: head/lib/ncurses/ncurses/Makefile ==

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-21 Thread Antoine Brodin
On Sat, Jun 13, 2015 at 9:20 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Sat Jun 13 19:20:56 2015 > New Revision: 284345 > URL: https://svnweb.freebsd.org/changeset/base/284345 > > Log: > Add META_MODE support. > > Off by default, build behaves normally. > WITH_META_MODE we get auto ob

svn commit: r284673 - head

2015-06-20 Thread Antoine Brodin
Author: antoine Date: Sun Jun 21 06:57:40 2015 New Revision: 284673 URL: https://svnweb.freebsd.org/changeset/base/284673 Log: Add more obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r284672 - head/sys/boot/forth

2015-06-20 Thread Antoine Brodin
Author: antoine Date: Sun Jun 21 06:56:29 2015 New Revision: 284672 URL: https://svnweb.freebsd.org/changeset/base/284672 Log: Install version.4th.8 again It was disconnected from installation in r281081, but was never removed from the tree or added to ObsoleteFiles.inc Modified: head/sys

Re: svn commit: r284637 - head

2015-06-20 Thread Antoine Brodin
On Sat, Jun 20, 2015 at 9:48 AM, NGie Cooper wrote: > On Sat, Jun 20, 2015 at 2:41 AM, Antoine Brodin wrote: >> On Sat, Jun 20, 2015 at 9:11 AM, NGie Cooper wrote: >>> On Sat, Jun 20, 2015 at 2:06 AM, Antoine Brodin wrote: >>>> Author: antoine >>>&g

Re: svn commit: r284637 - head

2015-06-20 Thread Antoine Brodin
On Sat, Jun 20, 2015 at 9:11 AM, NGie Cooper wrote: > On Sat, Jun 20, 2015 at 2:06 AM, Antoine Brodin wrote: >> Author: antoine >> Date: Sat Jun 20 09:06:48 2015 >> New Revision: 284637 >> URL: https://svnweb.freebsd.org/changeset/base/284637 >> >

svn commit: r284637 - head

2015-06-20 Thread Antoine Brodin
Author: antoine Date: Sat Jun 20 09:06:48 2015 New Revision: 284637 URL: https://svnweb.freebsd.org/changeset/base/284637 Log: Add more obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r284635 - in head: . tools/build/mk

2015-06-20 Thread Antoine Brodin
Author: antoine Date: Sat Jun 20 08:52:44 2015 New Revision: 284635 URL: https://svnweb.freebsd.org/changeset/base/284635 Log: Add more obsolete files Modified: head/ObsoleteFiles.inc head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r284632 - head

2015-06-20 Thread Antoine Brodin
Author: antoine Date: Sat Jun 20 08:24:17 2015 New Revision: 284632 URL: https://svnweb.freebsd.org/changeset/base/284632 Log: Add miscellaneous obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

svn commit: r284631 - head

2015-06-20 Thread Antoine Brodin
Author: antoine Date: Sat Jun 20 07:58:09 2015 New Revision: 284631 URL: https://svnweb.freebsd.org/changeset/base/284631 Log: Add more nvlist man pages to obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r284629 - head

2015-06-20 Thread Antoine Brodin
Author: antoine Date: Sat Jun 20 07:42:54 2015 New Revision: 284629 URL: https://svnweb.freebsd.org/changeset/base/284629 Log: Fix a few obsolete files entries, man pages must be listed compressed Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc =

svn commit: r284628 - head/tools/build/mk

2015-06-20 Thread Antoine Brodin
Author: antoine Date: Sat Jun 20 07:35:02 2015 New Revision: 284628 URL: https://svnweb.freebsd.org/changeset/base/284628 Log: Add some files to remove when MK_BSD_GREP=no Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc

Re: svn commit: r281985 - in head: share/man/man4 sys/dev/smbus usr.sbin/smbmsg

2015-04-28 Thread Antoine Brodin
On Sat, Apr 25, 2015 at 4:15 PM, Michael Gmelin wrote: > Author: grembo (ports committer) > Date: Sat Apr 25 16:15:01 2015 > New Revision: 281985 > URL: https://svnweb.freebsd.org/changeset/base/281985 > > Log: > Expand SMBUS API to add smbus_trans() function. > > Differential Revision:

Re: svn commit: r281442 - head/sys/kern

2015-04-23 Thread Antoine Brodin
On Sat, Apr 11, 2015 at 8:51 PM, Will Andrews wrote: > Author: will > Date: Sat Apr 11 18:51:41 2015 > New Revision: 281442 > URL: https://svnweb.freebsd.org/changeset/base/281442 > > Log: > uiomove_object_page(): Avoid instantiating pages in sparse regions on reads. > > Check whether the page

svn commit: r276330 - head/share/mk

2014-12-28 Thread Antoine Brodin
Author: antoine Date: Sun Dec 28 15:38:50 2014 New Revision: 276330 URL: https://svnweb.freebsd.org/changeset/base/276330 Log: Add ncurses to _LIBRARIES so that libmenu is correctly linked PR: ports/195782 Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.lib

Re: svn commit: r272273 - head/lib/libc/stdtime

2014-10-01 Thread Antoine Brodin
On Sun, Sep 28, 2014 at 11:20 PM, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Sep 28 21:20:20 2014 > New Revision: 272273 > URL: http://svnweb.freebsd.org/changeset/base/272273 > > Log: > Add strptime(3) support for %U and %W (take 2) > > Add support for the missing POSIX-2001 %U and %W

Re: svn commit: r269603 - in head: etc/mtree lib/libnv lib/libnv/tests tools/regression/lib/libnv

2014-09-07 Thread Antoine Brodin
On Tue, Aug 5, 2014 at 8:41 PM, Garrett Cooper wrote: > Author: ngie > Date: Tue Aug 5 18:41:27 2014 > New Revision: 269603 > URL: http://svnweb.freebsd.org/changeset/base/269603 > > Log: > Integrate lib/libnv into the build/kyua > > Rename all of the TAP test applications from to _test >

Re: svn commit: r270964 - head/sys/sys

2014-09-02 Thread Antoine Brodin
On Tue, Sep 2, 2014 at 1:16 PM, Ed Schouten wrote: > Author: ed > Date: Tue Sep 2 11:16:44 2014 > New Revision: 270964 > URL: http://svnweb.freebsd.org/changeset/base/270964 > > Log: > Clean up slightly. > > - Remove c++0x hack from that was needed when Clang did > not fully implement C

svn commit: r269181 - head

2014-07-28 Thread Antoine Brodin
Author: antoine Date: Mon Jul 28 10:01:23 2014 New Revision: 269181 URL: http://svnweb.freebsd.org/changeset/base/269181 Log: libsbuf.so.6 is no longer obsolete Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc =

svn commit: r263249 - head

2014-03-16 Thread Antoine Brodin
Author: antoine Date: Sun Mar 16 20:31:05 2014 New Revision: 263249 URL: http://svnweb.freebsd.org/changeset/base/263249 Log: Add more obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r261691 - head

2014-02-09 Thread Antoine Brodin
Author: antoine Date: Sun Feb 9 21:27:32 2014 New Revision: 261691 URL: http://svnweb.freebsd.org/changeset/base/261691 Log: Add more obsolete files. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

  1   2   >