svn commit: r315747 - head/usr.bin/diff

2017-03-22 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 22 21:59:04 2017 New Revision: 315747 URL: https://svnweb.freebsd.org/changeset/base/315747 Log: Use MIN macros from sys/param.h Modified: head/usr.bin/diff/diffreg.c Modified: head/usr.bin/diff/diffreg.c

svn commit: r315746 - head/usr.bin/diff

2017-03-22 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 22 21:52:22 2017 New Revision: 315746 URL: https://svnweb.freebsd.org/changeset/base/315746 Log: Use strndup(3) instead of malloc + memcpy Modified: head/usr.bin/diff/diff.c Modified: head/usr.bin/diff/diff.c

svn commit: r315743 - head/usr.bin/diff

2017-03-22 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 22 21:35:01 2017 New Revision: 315743 URL: https://svnweb.freebsd.org/changeset/base/315743 Log: Use MAX and MIN macros from sys/param.h Modified: head/usr.bin/diff/diffreg.c Modified: head/usr.bin/diff/diffreg.c

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-21 Thread Baptiste Daroussin
On Mon, Mar 20, 2017 at 11:54:33PM -0700, Gleb Smirnoff wrote: > On Tue, Mar 21, 2017 at 07:50:32AM +0100, Antoine Brodin wrote: > A> > This change is known to break a ton of ports. More than 100 if > A> > counting depends. I'm sorry for that and I already started to fix > A> > them. > A> > > A>

svn commit: r315649 - head/usr.bin/diff

2017-03-20 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 20 19:24:16 2017 New Revision: 315649 URL: https://svnweb.freebsd.org/changeset/base/315649 Log: Cache tzdata when running under capsicum PR: 217957 Reported by: tobik@ Modified: head/usr.bin/diff/diffreg.c Modified: head/usr.bin/diff/diffreg.c

svn commit: r315571 - head/share/timedef

2017-03-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 19 18:21:35 2017 New Revision: 315571 URL: https://svnweb.freebsd.org/changeset/base/315571 Log: Canada adheres to ISO 8601, let's make the locale reflecting that fact PR: 200079 MFC after:1 week Submitted by: Dan McGregor

svn commit: r315570 - in head: . etc/mtree

2017-03-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 19 18:03:52 2017 New Revision: 315570 URL: https://svnweb.freebsd.org/changeset/base/315570 Log: Remove empty Big5 directory from share/nls Modified: head/ObsoleteFiles.inc head/etc/mtree/BSD.usr.dist Modified: head/ObsoleteFiles.inc

svn commit: r315569 - head/share/timedef

2017-03-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 19 17:54:12 2017 New Revision: 315569 URL: https://svnweb.freebsd.org/changeset/base/315569 Log: Finish removal of Big5 Deleted: head/share/timedef/zh_TW.Big5.src Modified: head/share/timedef/Makefile Modified: head/share/timedef/Makefile

svn commit: r315568 - in head: . etc/mtree share/colldef share/ctypedef share/monetdef share/msgdef share/numericdef tools/build/mk

2017-03-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 19 17:52:46 2017 New Revision: 315568 URL: https://svnweb.freebsd.org/changeset/base/315568 Log: Remove zh_TW.Big5 locale After discussion with many Taiwanese, in IT or not. Big5 is not used anymore. It is not able to represent lots of the characters used in

svn commit: r315567 - in head/tools/tools/locale: . etc etc/charmaps etc/final-maps tools

2017-03-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 19 17:48:41 2017 New Revision: 315567 URL: https://svnweb.freebsd.org/changeset/base/315567 Log: Prepare the removal of the zh_TW.Big5 encoding Deleted: head/tools/tools/locale/etc/charmaps/Big5.TXT head/tools/tools/locale/etc/final-maps/map.Big5 Modified:

svn commit: r315566 - head/tools/tools/locale/etc/final-maps

2017-03-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 19 17:46:08 2017 New Revision: 315566 URL: https://svnweb.freebsd.org/changeset/base/315566 Log: Garbage collect a map file that is not used anymore to generate locales Deleted: head/tools/tools/locale/etc/final-maps/map.Big5HKSCS

svn commit: r315565 - in head: . gnu/usr.bin gnu/usr.bin/diff usr.bin

2017-03-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 19 17:19:59 2017 New Revision: 315565 URL: https://svnweb.freebsd.org/changeset/base/315565 Log: Temporary readd GNU diff etcupdate requires --change-group-format it is not easy to implement in bsd diff so for now readd GNU diff Added: head/gnu/usr.bin/diff/

svn commit: r315309 - head/usr.bin/lam

2017-03-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 15 15:57:11 2017 New Revision: 315309 URL: https://svnweb.freebsd.org/changeset/base/315309 Log: Do not die on system built without CAPSICUM Modified: head/usr.bin/lam/lam.c Modified: head/usr.bin/lam/lam.c

Re: svn commit: r315051 - in head: . gnu/usr.bin gnu/usr.bin/diff usr.bin usr.bin/diff usr.bin/diff/tests

2017-03-15 Thread Baptiste Daroussin
On Tue, Mar 14, 2017 at 11:02:12PM -0700, Ngie Cooper (yaneurabeya) wrote: > > > On Mar 10, 2017, at 21:01, Baptiste Daroussin <b...@freebsd.org> wrote: > > > > Author: bapt > > Date: Sat Mar 11 05:01:29 2017 > > New Revision: 315051 > > URL: htt

Re: svn commit: r315051 - in head: . gnu/usr.bin gnu/usr.bin/diff usr.bin usr.bin/diff usr.bin/diff/tests

2017-03-13 Thread Baptiste Daroussin
On Mon, Mar 13, 2017 at 09:55:52AM +0100, Michal Meloun wrote: > > > On 11.03.2017 6:01, Baptiste Daroussin wrote: > > Author: bapt > > Date: Sat Mar 11 05:01:29 2017 > > New Revision: 315051 > > URL: https://svnweb.freebsd.org/changeset/base/315051 > >

svn commit: r315197 - head/usr.bin/diff

2017-03-13 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 13 15:34:21 2017 New Revision: 315197 URL: https://svnweb.freebsd.org/changeset/base/315197 Log: Do not die if cap_rights_limit reports ENOSYS Reported by: mmel Modified: head/usr.bin/diff/diffreg.c Modified: head/usr.bin/diff/diffreg.c

svn commit: r315180 - head/usr.bin/diff

2017-03-12 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 12 20:19:37 2017 New Revision: 315180 URL: https://svnweb.freebsd.org/changeset/base/315180 Log: Readd codes that creates a tmp file for diffing stdout or devices Modified: head/usr.bin/diff/diffreg.c Modified: head/usr.bin/diff/diffreg.c

Re: svn commit: r308996 - head/lib/libfetch

2017-03-11 Thread Baptiste Daroussin
On Fri, Mar 03, 2017 at 01:29:26PM +0100, Dag-Erling Smørgrav wrote: > "Bjoern A. Zeeb" writes: > > Dag-Erling Smørgrav writes: > >> + /* split address if necessary */ > >> + err = EAI_SYSTEM; > >> + if ((sep = strchr(addr, ':')) != NULL) { > >> +

svn commit: r315107 - head/usr.bin/diff

2017-03-11 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 12 04:04:16 2017 New Revision: 315107 URL: https://svnweb.freebsd.org/changeset/base/315107 Log: Fix building with recent gcc Reported by: lwhsu, ngie Modified: head/usr.bin/diff/diffdir.c head/usr.bin/diff/diffreg.c Modified: head/usr.bin/diff/diffdir.c

svn commit: r315105 - head

2017-03-11 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 12 03:53:41 2017 New Revision: 315105 URL: https://svnweb.freebsd.org/changeset/base/315105 Log: Fix bad latest entry Reported by: ngie Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r315103 - head/usr.bin/diff

2017-03-11 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 12 03:49:05 2017 New Revision: 315103 URL: https://svnweb.freebsd.org/changeset/base/315103 Log: Implement a stub --horizon-lines=NUM for compatibility with GNU diff3 some options of GNU diff3 would call diff with --horizon-lines, rcs is depending on that.

svn commit: r315101 - head/usr.bin/diff

2017-03-11 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 12 03:36:33 2017 New Revision: 315101 URL: https://svnweb.freebsd.org/changeset/base/315101 Log: Fix wrong date in diff(1) Reported by: rgrimes Modified: head/usr.bin/diff/diff.1 Modified: head/usr.bin/diff/diff.1

svn commit: r315100 - in head: . share/mk

2017-03-11 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 12 03:35:01 2017 New Revision: 315100 URL: https://svnweb.freebsd.org/changeset/base/315100 Log: Finish removal of WITHOUT_MANDOCDB Modified: head/ObsoleteFiles.inc head/share/mk/src.opts.mk Modified: head/ObsoleteFiles.inc

svn commit: r315099 - head

2017-03-11 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 12 03:33:20 2017 New Revision: 315099 URL: https://svnweb.freebsd.org/changeset/base/315099 Log: Fix native-xtools after replacement of GNU diff Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r315058 - head/share/man/man5

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:58:28 2017 New Revision: 315058 URL: https://svnweb.freebsd.org/changeset/base/315058 Log: Regenerate after r315057 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r315057 - in head: . tools/build/mk tools/build/options usr.bin usr.bin/makewhatis usr.bin/man usr.bin/mandoc

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:51:21 2017 New Revision: 315057 URL: https://svnweb.freebsd.org/changeset/base/315057 Log: Remove the WITHOUT_MANDOCDB option mandoc database is activated since FreeBSD 11.0, let's remove the previous database format for FreeBSD 12.0 Deleted:

svn commit: r315056 - head/usr.bin/man

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:31:16 2017 New Revision: 315056 URL: https://svnweb.freebsd.org/changeset/base/315056 Log: Remove the warning when MANPATH is set in the environment The MANPATH environment variable behaviour is documented properly in the manpage and it now has extended

svn commit: r315055 - head/etc/mtree

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:27:06 2017 New Revision: 315055 URL: https://svnweb.freebsd.org/changeset/base/315055 Log: Add the diff to the tests mtree Reported by: lwhsu Modified: head/etc/mtree/BSD.tests.dist Modified: head/etc/mtree/BSD.tests.dist

svn commit: r315054 - head/usr.bin/man

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:24:49 2017 New Revision: 315054 URL: https://svnweb.freebsd.org/changeset/base/315054 Log: Extend functionality MANPATH in man(1) to followup with apropos(1) from mandoc. If MANPATH begins with a colon, it is appended to the default list; if it ends

svn commit: r315053 - head/usr.bin/man

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 05:56:50 2017 New Revision: 315053 URL: https://svnweb.freebsd.org/changeset/base/315053 Log: Add share/man if it exists to the MANPATH localbase is not consistent with base for manpages: /usr/local/man vs /usr/share/man adding share/man allows to fix that

svn commit: r315051 - in head: . gnu/usr.bin gnu/usr.bin/diff usr.bin usr.bin/diff usr.bin/diff/tests

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 05:01:29 2017 New Revision: 315051 URL: https://svnweb.freebsd.org/changeset/base/315051 Log: Import diff from OpenBSD and remove GNU diff Some of the modifications from the previous summer of code has been integrated Modification for compatibility with GNU

svn commit: r314942 - head/usr.bin/awk

2017-03-08 Thread Baptiste Daroussin
Author: bapt Date: Thu Mar 9 03:27:53 2017 New Revision: 314942 URL: https://svnweb.freebsd.org/changeset/base/314942 Log: Import the awk(1) manpage from OpenBSD As discussed during AsiaBSDcon devsummit, import the manpage from OpenBSD which is has been rewritten in mdoc(7) format

svn commit: r314903 - head/share/man/man7

2017-03-08 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 8 08:57:35 2017 New Revision: 314903 URL: https://svnweb.freebsd.org/changeset/base/314903 Log: Remove reference to GNU info hier(7) we have removed texinfo in FreeBSD 11.0 Modified: head/share/man/man7/hier.7 Modified: head/share/man/man7/hier.7

svn commit: r314902 - in head: . etc/mtree

2017-03-08 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 8 08:52:15 2017 New Revision: 314902 URL: https://svnweb.freebsd.org/changeset/base/314902 Log: texinfo is gone in r276551 remove the related directories Reported by: jbeich Modified: head/ObsoleteFiles.inc head/etc/mtree/BSD.usr.dist Modified:

Re: svn commit: r314778 - head/lib/libfetch

2017-03-06 Thread Baptiste Daroussin
On Mon, Mar 06, 2017 at 03:38:03PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Mar 6 15:38:03 2017 > New Revision: 314778 > URL: https://svnweb.freebsd.org/changeset/base/314778 > > Log: > libfetch: extra bounds checking through reallocarray(3). > > Reviewed by:des >

Re: svn commit: r314693 - head/usr.sbin/rmt

2017-03-05 Thread Baptiste Daroussin
On Sun, Mar 05, 2017 at 11:30:36PM +0800, Julian Elischer wrote: > On 5/3/17 11:20 pm, Baptiste Daroussin wrote: > > On Sun, Mar 05, 2017 at 11:11:35PM +0800, Julian Elischer wrote: > > > On 5/3/17 9:19 pm, Rodney W. Grimes wrote: > > > > -- Start of PGP signed sec

Re: svn commit: r314693 - head/usr.sbin/rmt

2017-03-05 Thread Baptiste Daroussin
On Sun, Mar 05, 2017 at 11:11:35PM +0800, Julian Elischer wrote: > On 5/3/17 9:19 pm, Rodney W. Grimes wrote: > > -- Start of PGP signed section. > > > On Sun, Mar 05, 2017 at 04:09:18AM +, Rodney W. Grimes wrote: > > > > Author: rgrimes > > > > Date: Sun Mar 5 04:09:18 2017 > > > > New

Re: svn commit: r314693 - head/usr.sbin/rmt

2017-03-05 Thread Baptiste Daroussin
On Sun, Mar 05, 2017 at 05:19:28AM -0800, Rodney W. Grimes wrote: > -- Start of PGP signed section. > > On Sun, Mar 05, 2017 at 04:09:18AM +, Rodney W. Grimes wrote: > > > Author: rgrimes > > > Date: Sun Mar 5 04:09:18 2017 > > > New Revision: 314693 > > > URL:

Re: svn commit: r314693 - head/usr.sbin/rmt

2017-03-05 Thread Baptiste Daroussin
On Sun, Mar 05, 2017 at 04:09:18AM +, Rodney W. Grimes wrote: > Author: rgrimes > Date: Sun Mar 5 04:09:18 2017 > New Revision: 314693 > URL: https://svnweb.freebsd.org/changeset/base/314693 > > Log: > Change /etc/rmt symlink from absolute to relative path, > correcting the mistake made

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Baptiste Daroussin
On Sat, Mar 04, 2017 at 05:16:49PM -0700, Warner Losh wrote: > On Sat, Mar 4, 2017 at 3:32 PM, Rodney W. Grimes > wrote: > >> > >> > On Mar 4, 2017, at 13:43, Warner Losh wrote: > >> > > >> >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery

svn commit: r314596 - head/lib/libfetch

2017-03-03 Thread Baptiste Daroussin
Author: bapt Date: Fri Mar 3 12:51:16 2017 New Revision: 314596 URL: https://svnweb.freebsd.org/changeset/base/314596 Log: Properly initialize netrcfd in fetchParseURL This fixes ftp with fetch(1) which was broken after r313974 Submitted by: dim Reported by: olivier Pointyhat

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Baptiste Daroussin
On Wed, Mar 01, 2017 at 02:41:23PM -0800, Ngie Cooper wrote: > On Wed, Mar 1, 2017 at 9:08 AM, Rodney W. Grimes > wrote: > ... > > At one point in history I can promise you that ALL symlinks in the release > > where shortest possible relative path. So any

svn commit: r314520 - head/contrib/dma

2017-03-01 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 1 21:42:22 2017 New Revision: 314520 URL: https://svnweb.freebsd.org/changeset/base/314520 Log: Import dma snapshot from git 2017-02-10 The only change is: use basename to select executable identity PR: 216910 Submitted by: Andrej Ebert

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-03-01 Thread Baptiste Daroussin
On Wed, Mar 01, 2017 at 08:43:55AM -0800, Rodney W. Grimes wrote: > > On Wed, Mar 01, 2017 at 08:54:51AM -0700, Ian Lepore wrote: > > > ... > > > You're not the only one who has diffed build output logs (I suspect > > > anyone who has to maintain a non-trivial build infrastructure has done > > >

svn commit: r314099 - head/usr.bin/lam

2017-02-22 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 22 16:37:45 2017 New Revision: 314099 URL: https://svnweb.freebsd.org/changeset/base/314099 Log: Better fix for r314098 The actual issue was the fact that if - was used then some restriction were already set to stdin when we were applying caph_limit_stdio which

svn commit: r313974 - head/lib/libfetch

2017-02-19 Thread Baptiste Daroussin
Author: bapt Date: Mon Feb 20 00:14:31 2017 New Revision: 313974 URL: https://svnweb.freebsd.org/changeset/base/313974 Log: Add a file descriptor in struct url for netrc When using libfetch in an application that drops privileges when fetching like pkg(8) then user complain because the

svn commit: r313961 - head/share/misc

2017-02-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Feb 19 18:16:47 2017 New Revision: 313961 URL: https://svnweb.freebsd.org/changeset/base/313961 Log: Update pci_vendors to 2017.02.15 MFC after:3 days Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors

svn commit: r313958 - head/contrib/mdocml

2017-02-19 Thread Baptiste Daroussin
1.14 2017/02/08 12:24:10 schwarze Exp $ With the exceptions noted below, all code and documentation contained in the mdocml toolkit is protected by the Copyright @@ -10,6 +10,7 @@ Copyright (c) 2009, 2010, 2011, 2012 Joe Copyright (c) 2013 Franco Fichtner <fra...@lastsummer.de>

svn commit: r313953 - in head/contrib/libucl: . include lua src

2017-02-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Feb 19 17:37:16 2017 New Revision: 313953 URL: https://svnweb.freebsd.org/changeset/base/313953 Log: Import libucl 20170219 MFC after:3 days Modified: head/contrib/libucl/ChangeLog.md head/contrib/libucl/README.md head/contrib/libucl/configure.ac

svn commit: r313870 - head/usr.bin/timeout

2017-02-17 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 17 11:31:27 2017 New Revision: 313870 URL: https://svnweb.freebsd.org/changeset/base/313870 Log: Use full name for the month Reported by: brueffer Modified: head/usr.bin/timeout/timeout.1 Modified: head/usr.bin/timeout/timeout.1

svn commit: r313869 - head/usr.bin/timeout

2017-02-17 Thread Baptiste Daroussin
== --- head/usr.bin/timeout/timeout.1 Fri Feb 17 11:20:55 2017 (r313868) +++ head/usr.bin/timeout/timeout.1 Fri Feb 17 11:26:03 2017 (r313869) @@ -134,3 +134,5 @@ command first appeared in .Fx 10.3 . .Sh AUTHORS .An Baptiste Daroussin Aq Mt b

svn commit: r313867 - head/usr.bin/timeout

2017-02-17 Thread Baptiste Daroussin
. +.Sh AUTHORS +.An Baptiste Daroussin Aq Mt b...@freebsd.org ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r313673 - in head/usr.bin: ctlstat mt perror uuencode

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:45:50 2017 New Revision: 313673 URL: https://svnweb.freebsd.org/changeset/base/313673 Log: Remove spaces at end of line Reported by: make manlint MFC after:2 days Modified: head/usr.bin/ctlstat/ctlstat.8 head/usr.bin/mt/mt.1

svn commit: r313672 - head/usr.bin/mail

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:45:10 2017 New Revision: 313672 URL: https://svnweb.freebsd.org/changeset/base/313672 Log: Remove useless Li macro Reported by: make manlint MFC after:2 days Modified: head/usr.bin/mail/mail.1 Modified: head/usr.bin/mail/mail.1

svn commit: r313671 - head/usr.bin/bc

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:44:37 2017 New Revision: 313671 URL: https://svnweb.freebsd.org/changeset/base/313671 Log: Use correct date format Reported by: make manlint MFC after:2 days Modified: head/usr.bin/bc/bc.1 Modified: head/usr.bin/bc/bc.1

svn commit: r313669 - head/usr.bin/ipcrm

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:42:33 2017 New Revision: 313669 URL: https://svnweb.freebsd.org/changeset/base/313669 Log: Properly use .An macro before Authors name Reported by: make manlint MFC after:2 days Modified: head/usr.bin/ipcrm/ipcrm.1 Modified:

svn commit: r313670 - head/usr.bin/expand

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:43:12 2017 New Revision: 313670 URL: https://svnweb.freebsd.org/changeset/base/313670 Log: Escape Sm to avoid confusion with Sm macro Reported by: make manlint MFC after:2 days Modified: head/usr.bin/expand/expand.1 Modified:

svn commit: r313668 - head/usr.bin/mkimg

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:41:38 2017 New Revision: 313668 URL: https://svnweb.freebsd.org/changeset/base/313668 Log: Add missing section in manpage reference Reported by: make manlint MFC after:2 days Modified: head/usr.bin/mkimg/mkimg.1 Modified:

svn commit: r313667 - head/usr.bin/mkuzip

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:40:57 2017 New Revision: 313667 URL: https://svnweb.freebsd.org/changeset/base/313667 Log: Remove spaces at EOL and sort correctly the SEE ALSO section Reported by: make manlint MFC after:2 days Modified: head/usr.bin/mkuzip/mkuzip.8 Modified:

svn commit: r313666 - head/usr.bin/revoke

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:39:56 2017 New Revision: 313666 URL: https://svnweb.freebsd.org/changeset/base/313666 Log: Remove empty space at EOL and escept Ed Reported by: make manlint MFC after:2 days Modified: head/usr.bin/revoke/revoke.1 Modified:

svn commit: r313665 - head/usr.bin/sdiff

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:39:14 2017 New Revision: 313665 URL: https://svnweb.freebsd.org/changeset/base/313665 Log: Remove useless .Pp after the .Sh macro and remove empty line Reported by: make manlint MFC after:2 days Modified: head/usr.bin/sdiff/sdiff.1 Modified:

svn commit: r313664 - head/usr.bin/units

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:38:28 2017 New Revision: 313664 URL: https://svnweb.freebsd.org/changeset/base/313664 Log: Escape No to avoid confusion with the No macro Reported by: make manlint MFC after:2 days Modified: head/usr.bin/units/units.1 Modified:

svn commit: r313663 - head/usr.bin/unzip

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:37:48 2017 New Revision: 313663 URL: https://svnweb.freebsd.org/changeset/base/313663 Log: Add missing section after .Xr reference Reported by: make manlint MFC after:2 days Modified: head/usr.bin/unzip/unzip.1 Modified:

svn commit: r313662 - head/usr.bin/whois

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:36:52 2017 New Revision: 313662 URL: https://svnweb.freebsd.org/changeset/base/313662 Log: Add missing -width after -Bl -tag Reported by: make manlint MFC after:2 days Modified: head/usr.bin/whois/whois.1 Modified: head/usr.bin/whois/whois.1

svn commit: r313661 - head/usr.bin/env

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:14:28 2017 New Revision: 313661 URL: https://svnweb.freebsd.org/changeset/base/313661 Log: Escape Ss to avoid confusion by mdoc parser with the Ss macro Reported by: make manlint MFC after:2 days Modified: head/usr.bin/env/env.1 Modified:

svn commit: r313660 - head/bin/sh

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:09:50 2017 New Revision: 313660 URL: https://svnweb.freebsd.org/changeset/base/313660 Log: Remove empty Li Reported by: make manlint MFC after:2 days Modified: head/bin/sh/sh.1 Modified: head/bin/sh/sh.1

svn commit: r313659 - head/bin/pwd

2017-02-11 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 11 23:06:53 2017 New Revision: 313659 URL: https://svnweb.freebsd.org/changeset/base/313659 Log: Remove space at and of line Reported by: make manlint MFC after:2 days Modified: head/bin/pwd/pwd.1 Modified: head/bin/pwd/pwd.1

Re: svn commit: r312926 - in head: bin/ed contrib/dma share/mk sys/amd64/amd64 sys/amd64/cloudabi64 sys/cam/ctl sys/cddl/dev/fbt/x86 sys/compat/cloudabi sys/compat/cloudabi64 sys/compat/linuxkpi/commo

2017-02-08 Thread Baptiste Daroussin
On Wed, Feb 08, 2017 at 12:52:20AM -0800, Ngie Cooper (yaneurabeya) wrote: > > > On Jan 28, 2017, at 08:30, Baptiste Daroussin <b...@freebsd.org> wrote: > > > > Author: bapt > > Date: Sat Jan 28 16:30:14 2017 > > New Revision: 312926 > > URL: htt

svn commit: r312928 - in head/sys: dev/drm2 modules/drm2/drm2

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 16:40:51 2017 New Revision: 312928 URL: https://svnweb.freebsd.org/changeset/base/312928 Log: Really revert 312923 this time Modified: head/sys/dev/drm2/drm_agpsupport.c head/sys/dev/drm2/drm_drv.c head/sys/dev/drm2/drm_os_freebsd.c

svn commit: r312927 - in head: bin/ed contrib/dma share/mk sys/amd64/amd64 sys/amd64/cloudabi64 sys/cam/ctl sys/cddl/dev/fbt/x86 sys/compat/cloudabi sys/compat/cloudabi64 sys/compat/linuxkpi/common...

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 16:31:23 2017 New Revision: 312927 URL: https://svnweb.freebsd.org/changeset/base/312927 Log: Revert crap accidentally committed Modified: head/bin/ed/Makefile head/contrib/dma/mail.c head/share/mk/bsd.doc.mk head/sys/amd64/amd64/db_trace.c

svn commit: r312926 - in head: bin/ed contrib/dma share/mk sys/amd64/amd64 sys/amd64/cloudabi64 sys/cam/ctl sys/cddl/dev/fbt/x86 sys/compat/cloudabi sys/compat/cloudabi64 sys/compat/linuxkpi/common...

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 16:30:14 2017 New Revision: 312926 URL: https://svnweb.freebsd.org/changeset/base/312926 Log: Revert r312923 a better approach will be taken later Modified: head/bin/ed/Makefile head/contrib/dma/mail.c head/share/mk/bsd.doc.mk

svn commit: r312923 - in head/sys: dev/drm2 modules/drm2/drm2

2017-01-28 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 28 15:43:19 2017 New Revision: 312923 URL: https://svnweb.freebsd.org/changeset/base/312923 Log: Make the drm2 module depend on linuxkpi Use linux memory allocation to reduce diff with upstream Modified: head/sys/dev/drm2/drm_agpsupport.c

Re: svn commit: r312650 - in head/usr.sbin/pw: . tests

2017-01-22 Thread Baptiste Daroussin
On Sun, Jan 22, 2017 at 08:03:19PM +, Baptiste Daroussin wrote: > Author: bapt > Date: Sun Jan 22 20:03:18 2017 > New Revision: 312650 > URL: https://svnweb.freebsd.org/changeset/base/312650 > > Log: > Really restore the old behaviour for pw usermod -m > >

svn commit: r312650 - in head/usr.sbin/pw: . tests

2017-01-22 Thread Baptiste Daroussin
Author: bapt Date: Sun Jan 22 20:03:18 2017 New Revision: 312650 URL: https://svnweb.freebsd.org/changeset/base/312650 Log: Really restore the old behaviour for pw usermod -m It again reinstall missing skel files without overwriting changed one Add a regression test about it

svn commit: r312644 - head/usr.sbin/pw

2017-01-22 Thread Baptiste Daroussin
Author: bapt Date: Sun Jan 22 18:55:01 2017 New Revision: 312644 URL: https://svnweb.freebsd.org/changeset/base/312644 Log: Readd a feature lost in pw(8) refactoring pw usermod foo -m It used to be able to (re)create the home directory if it didn't exists PR: 216224

svn commit: r312593 - in head: . contrib/mdocml usr.bin/mandoc

2017-01-21 Thread Baptiste Daroussin
2, 2014 Kristaps D Copyright (c) 2010-2016 Ingo Schwarze <schwa...@openbsd.org> Copyright (c) 2009, 2010, 2011, 2012 Joerg Sonnenberger <jo...@netbsd.org> Copyright (c) 2013 Franco Fichtner <fra...@lastsummer.de> -Copyright (c) 2014 Baptiste Daroussin <b...@freebsd.org> +Copy

svn commit: r311659 - head/lib/libstand

2017-01-07 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 7 23:42:17 2017 New Revision: 311659 URL: https://svnweb.freebsd.org/changeset/base/311659 Log: remove network mask calculation for Classful network Nowadays it's not necessary to compute network mask from the IP address and compare to given by DHCP.

svn commit: r310963 - in head: . sys/sys

2016-12-31 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 31 12:41:42 2016 New Revision: 310963 URL: https://svnweb.freebsd.org/changeset/base/310963 Log: Bump copyright year. Happy New Year 2017! Modified: head/COPYRIGHT head/sys/sys/copyright.h Modified: head/COPYRIGHT

svn commit: r310874 - head/usr.bin/sdiff

2016-12-30 Thread Baptiste Daroussin
Author: bapt Date: Fri Dec 30 23:46:11 2016 New Revision: 310874 URL: https://svnweb.freebsd.org/changeset/base/310874 Log: Remove extra entries from the option enum MFC after:3 days Modified: head/usr.bin/sdiff/sdiff.c Modified: head/usr.bin/sdiff/sdiff.c

svn commit: r310872 - head/usr.bin/sdiff

2016-12-30 Thread Baptiste Daroussin
Author: bapt Date: Fri Dec 30 23:41:33 2016 New Revision: 310872 URL: https://svnweb.freebsd.org/changeset/base/310872 Log: Make sdiff --left-column work as expected MFC after:3 days Modified: head/usr.bin/sdiff/sdiff.c Modified: head/usr.bin/sdiff/sdiff.c

svn commit: r310543 - head

2016-12-25 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 25 15:39:52 2016 New Revision: 310543 URL: https://svnweb.freebsd.org/changeset/base/310543 Log: Fix build of lib32 libraries for amd64 and powerpc64 with cross toolchain Modified: head/Makefile.libcompat Modified: head/Makefile.libcompat

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-22 Thread Baptiste Daroussin
On Wed, Dec 21, 2016 at 11:02:12PM +0100, Jilles Tjoelker wrote: > On Tue, Dec 20, 2016 at 06:04:31PM -0800, Conrad Meyer wrote: > > On Tue, Dec 20, 2016 at 5:56 PM, Adrian Chadd > > wrote: > > > Here's my reason for removal. > > > > Plenty of us are looking to be able

Re: svn commit: r310425 - in head/sys/dev/mlx4: mlx4_core mlx4_ib

2016-12-22 Thread Baptiste Daroussin
On Thu, Dec 22, 2016 at 03:57:38PM -0500, Ed Maste wrote: > On 22 December 2016 at 14:44, Ed Schouten wrote: > > 2016-12-22 19:26 GMT+01:00 Ed Maste : > >> Log: > >> mlx: avoid use of __DATE__ to make build reproducible > > > > Out of curiosity, are we planning

svn commit: r310227 - head/tools/tools/locale

2016-12-18 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 14:10:24 2016 New Revision: 310227 URL: https://svnweb.freebsd.org/changeset/base/310227 Log: Document the fact that cldr tools are not working by default and should be rebuilt Modified: head/tools/tools/locale/README Modified: head/tools/tools/locale/README

svn commit: r310226 - head/tools/tools/locale

2016-12-18 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 14:04:17 2016 New Revision: 310226 URL: https://svnweb.freebsd.org/changeset/base/310226 Log: Disable timedef generation, cldr data are too far from freebsd extensions Modified: head/tools/tools/locale/Makefile Modified: head/tools/tools/locale/Makefile

svn commit: r310201 - in head: share/colldef share/ctypedef share/monetdef share/msgdef share/numericdef tools/tools/locale/etc tools/tools/locale/etc/final-maps

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 04:17:13 2016 New Revision: 310201 URL: https://svnweb.freebsd.org/changeset/base/310201 Log: Update locales cldr to v30.0.3 and unicode to 9.0.0 MFC after:1 month Relnotes: yes Added: head/share/colldef/fr_CA.UTF-8.src (contents, props changed)

svn commit: r310200 - head/tools/tools/locale

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 04:12:45 2016 New Revision: 310200 URL: https://svnweb.freebsd.org/changeset/base/310200 Log: In order to prepare cldr v30.0.3 and unicode 9.0.0, more locales are removed from automatic mapping from unicode as their encoding does not supports new characters

svn commit: r310199 - head/tools/tools/locale/tools

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 04:11:13 2016 New Revision: 310199 URL: https://svnweb.freebsd.org/changeset/base/310199 Log: Better handle posix names for locales Modified: head/tools/tools/locale/tools/finalize Modified: head/tools/tools/locale/tools/finalize

svn commit: r310198 - head/tools/tools/locale/tools

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 02:02:33 2016 New Revision: 310198 URL: https://svnweb.freebsd.org/changeset/base/310198 Log: Simplify extraction of static collation definition Modified: head/tools/tools/locale/tools/extract-colldef.awk Modified:

svn commit: r310197 - in head/tools/tools/locale: . etc

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 01:52:16 2016 New Revision: 310197 URL: https://svnweb.freebsd.org/changeset/base/310197 Log: Prepare import of CLDR v30.3 and unicode 9.0.0 Upstream kk_Cyrl_KZ has been renamed kk_KZ Upstream mn_Cyrl_MN has been renamed mn_MN For ru_RU: the default

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-16 Thread Baptiste Daroussin
On Fri, Dec 16, 2016 at 01:44:51AM +, Conrad E. Meyer wrote: > Author: cem > Date: Fri Dec 16 01:44:50 2016 > New Revision: 310138 > URL: https://svnweb.freebsd.org/changeset/base/310138 > > Log: > vfprintf(3): Add support for kernel %b format > > This is a direct port of the kernel %b

svn commit: r309824 - in head: . lib/libc++

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 18:29:39 2016 New Revision: 309824 URL: https://svnweb.freebsd.org/changeset/base/309824 Log: Now that external gcc directly natively links to libc++ we can remove the dirty hack made to fake libstdc++ Modified: head/Makefile.inc1 head/lib/libc++/Makefile

svn commit: r309807 - head/share/man/man5

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 13:30:18 2016 New Revision: 309807 URL: https://svnweb.freebsd.org/changeset/base/309807 Log: Regen after 309805 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r309805 - head/share/mk

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 13:29:51 2016 New Revision: 309805 URL: https://svnweb.freebsd.org/changeset/base/309805 Log: Make WITHOUT_CAPSICUM implying WITHOUT_CASPER PR: 214562 Reported by: dewa...@heuristicsystems.com.au MFC after:2 days Modified:

svn commit: r309803 - head/usr.sbin/pw

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 12:48:48 2016 New Revision: 309803 URL: https://svnweb.freebsd.org/changeset/base/309803 Log: Fix pkg groupshow PR: 204676 Submitted by: longw...@incore.de MFC after:2 days Modified: head/usr.sbin/pw/pw_group.c Modified:

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

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 12:28:43 2016 New Revision: 309802 URL: https://svnweb.freebsd.org/changeset/base/309802 Log: Respect WITHOUT_FINGER in src.conf when running make delete-old PR: 213719 Submitted by: philippe.mich...@sfr.fr MFC after:2 days Modified:

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

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 12:26:49 2016 New Revision: 309801 URL: https://svnweb.freebsd.org/changeset/base/309801 Log: Respect WITHOUT_BOOTPD in src.conf when running make delete-old PR: 213720 Submitted by: philippe.mich...@sfr.fr MFC after:2 days Modified:

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

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 12:24:31 2016 New Revision: 309800 URL: https://svnweb.freebsd.org/changeset/base/309800 Log: Respect WITHOUT_BOOTPARAMD in src.conf when running make delete-old PR: 213721 Submitted by: philippe.mich...@sfr.fr MFC after:2 days Modified:

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

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 12:21:24 2016 New Revision: 309799 URL: https://svnweb.freebsd.org/changeset/base/309799 Log: Respect WITHOUT_RBOOTD in src.conf when running make delete-old PR: 213722 Submitted by: philippe.mich...@sfr.fr MFC after:2 days Modified:

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

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 12:18:03 2016 New Revision: 309798 URL: https://svnweb.freebsd.org/changeset/base/309798 Log: Also remove auditdistd files if src.conf has WITHOUT_AUDIT PR: 213723 Submitted by: philippe.mich...@sfr.fr MFC after:2 days Modified:

<    1   2   3   4   5   6   7   8   9   10   >