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

2015-01-24 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 24 19:13:03 2015 New Revision: 277652 URL: https://svnweb.freebsd.org/changeset/base/277652 Log: Allow negative numbers in -u and -g options PR: 196514 MFC after:1 week Added: head/usr.sbin/pw/tests/pw_groupshow.sh (contents, props changed)

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

2015-01-26 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 26 16:50:42 2015 New Revision: 277764 URL: https://svnweb.freebsd.org/changeset/base/277764 Log: Revert r277652 uid and gid are never and should never be negative. The pw(8) manpage clearly states the -u and -g arguments are for uids/gids, hence using negative

svn commit: r278414 - head/lib/libedit

2015-02-08 Thread Baptiste Daroussin
Author: bapt Date: Sun Feb 8 22:24:18 2015 New Revision: 278414 URL: https://svnweb.freebsd.org/changeset/base/278414 Log: Reapply r255891 Modified: head/lib/libedit/readline.c Modified: head/lib/libedit/readline.c

svn commit: r278422 - head/lib/libedit

2015-02-08 Thread Baptiste Daroussin
Author: bapt Date: Sun Feb 8 23:03:41 2015 New Revision: 278422 URL: https://svnweb.freebsd.org/changeset/base/278422 Log: revert r278414 Reported by: bz Modified: head/lib/libedit/readline.c Modified: head/lib/libedit/readline.c

svn commit: r278172 - head/usr.sbin/pkg

2015-02-03 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 4 00:10:57 2015 New Revision: 278172 URL: https://svnweb.freebsd.org/changeset/base/278172 Log: Plug resources leak CID: 1125813 CID: 1125807 CID: 1125808 MFC after:1 week Modified: head/usr.sbin/pkg/pkg.c Modified:

svn commit: r278173 - head/usr.sbin/pkg

2015-02-03 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 4 00:18:06 2015 New Revision: 278173 URL: https://svnweb.freebsd.org/changeset/base/278173 Log: Test the return of fetchParseURL(3) CID: 1125811 MFC after:1 week Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c

svn commit: r277214 - in head/sys/dev/sound: pci pcm

2015-01-15 Thread Baptiste Daroussin
Author: bapt Date: Thu Jan 15 16:09:35 2015 New Revision: 277214 URL: https://svnweb.freebsd.org/changeset/base/277214 Log: Sound: fix typos in user visible messages etc. Submitted by: Sascha Wildner s...@online.de Obtained from:DragonFly MFC after:3 days Modified:

Re: svn commit: r277218 - head/share/man/man4

2015-01-15 Thread Baptiste Daroussin
On Thu, Jan 15, 2015 at 09:47:03PM +, Jack F Vogel wrote: Author: jfv Date: Thu Jan 15 21:47:02 2015 New Revision: 277218 URL: https://svnweb.freebsd.org/changeset/base/277218 Log: First draft man pages for ixl and ixlv drivers. MFC after: 1 week [...] +.Nm +driver was

Re: svn commit: r276485 - in head/sys: conf dev/cxgbe modules/cxgbe/if_cxgbe

2015-01-21 Thread Baptiste Daroussin
On Wed, Jan 21, 2015 at 12:17:14AM -0800, Steve Kargl wrote: On Tue, Jan 20, 2015 at 11:19:58PM -0500, Pedro Giffuni wrote: On 01/20/15 22:52, Steve Kargl wrote: On Tue, Jan 20, 2015 at 10:36:16PM -0500, Pedro Giffuni wrote: On 01/20/15 22:06, Adrian Chadd wrote: * .. and apparently

svn commit: r278642 - in head/usr.bin: chpass passwd

2015-02-12 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 12 23:08:27 2015 New Revision: 278642 URL: https://svnweb.freebsd.org/changeset/base/278642 Log: Use PRECIOUSPROG instead of custom code to handle schg This allows to preserve schg when installed with -DNO_ROOT MFC after:1 week Modified:

svn commit: r278664 - head/usr.bin/chpass

2015-02-12 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 13 07:51:26 2015 New Revision: 278664 URL: https://svnweb.freebsd.org/changeset/base/278664 Log: Partially revert 278642 On reinstall (overwrite) install(1) does not handle chflags Reported by: ian Modified: head/usr.bin/chpass/Makefile Modified:

svn commit: r278669 - head/usr.bin/passwd

2015-02-13 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 13 09:02:15 2015 New Revision: 278669 URL: https://svnweb.freebsd.org/changeset/base/278669 Log: Revert r278642 install(1) does not handle chflags on hardlinks Modified: head/usr.bin/passwd/Makefile Modified: head/usr.bin/passwd/Makefile

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

2015-01-27 Thread Baptiste Daroussin
On Tue, Jan 27, 2015 at 04:08:28PM -0800, Devin Teske wrote: On Jan 27, 2015, at 3:44 PM, Baptiste Daroussin b...@freebsd.org wrote: On Mon, Jan 26, 2015 at 01:20:28PM -0800, Devin Teske wrote: On Jan 25, 2015, at 7:31 AM, Bruce Evans b...@optusnet.com.au wrote: On Sun, 25 Jan

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

2015-01-27 Thread Baptiste Daroussin
On Mon, Jan 26, 2015 at 01:20:28PM -0800, Devin Teske wrote: On Jan 25, 2015, at 7:31 AM, Bruce Evans b...@optusnet.com.au wrote: On Sun, 25 Jan 2015, Slawa Olhovchenkov wrote: On Sun, Jan 25, 2015 at 04:56:24PM +1100, Bruce Evans wrote: Negative ids have historical abuses in

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

2015-01-25 Thread Baptiste Daroussin
On Sun, Jan 25, 2015 at 04:56:24PM +1100, Bruce Evans wrote: On Sat, 24 Jan 2015, Baptiste Daroussin wrote: Log: Allow negative numbers in -u and -g options This is backwards. ids and gids are non-negative integers that can be represented in the type uid_t and gid_t, respectively

Re: svn commit: r277487 - in head/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon modules/drm2/i915kms

2015-02-01 Thread Baptiste Daroussin
On Sun, Feb 01, 2015 at 01:27:15PM -0800, Adrian Chadd wrote: Try enabling rc6 sleep state in i915 and see what happens. I found that the package wasn't going to sleep without it. Bapt also found the same thing. I haven't chased up to see if enabling rc6 restored thing. Yes this restored

svn commit: r276962 - head/lib/liblzma

2015-01-11 Thread Baptiste Daroussin
Author: bapt Date: Sun Jan 11 09:25:01 2015 New Revision: 276962 URL: https://svnweb.freebsd.org/changeset/base/276962 Log: Do not regenerate and install liblzma.pc when only build libraries aka do not regenerate while generating 32bits libs Reported by: antoine Modified:

svn commit: r276898 - in head: contrib/xz contrib/xz/src/liblzma lib/liblzma

2015-01-09 Thread Baptiste Daroussin
Author: bapt Date: Sat Jan 10 00:11:10 2015 New Revision: 276898 URL: https://svnweb.freebsd.org/changeset/base/276898 Log: Install the liblzma pkg-config file MFC after:1 week Added: head/contrib/xz/src/liblzma/liblzma.pc.in - copied unchanged from r276897,

Re: svn commit: r276962 - head/lib/liblzma

2015-01-11 Thread Baptiste Daroussin
On Sun, Jan 11, 2015 at 11:27:44PM +0200, Konstantin Belousov wrote: On Sun, Jan 11, 2015 at 09:25:02AM +, Baptiste Daroussin wrote: Author: bapt Date: Sun Jan 11 09:25:01 2015 New Revision: 276962 URL: https://svnweb.freebsd.org/changeset/base/276962 Log: Do not regenerate

svn commit: r276881 - in head/lib/libedit: . TEST edit/readline

2015-01-08 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 9 07:40:56 2015 New Revision: 276881 URL: https://svnweb.freebsd.org/changeset/base/276881 Log: Synchronize libedit with NetBSD and activate UTF-8 support [1] Differences with NetBSD Reapply our local patches on top of it Fix Unicode environement detection

svn commit: r276882 - head/lib/libedit

2015-01-08 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 9 07:48:22 2015 New Revision: 276882 URL: https://svnweb.freebsd.org/changeset/base/276882 Log: Remove junk added during testing phase Modified: head/lib/libedit/eln.c Modified: head/lib/libedit/eln.c

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

2015-01-06 Thread Baptiste Daroussin
Author: bapt Date: Tue Jan 6 23:40:39 2015 New Revision: 276771 URL: https://svnweb.freebsd.org/changeset/base/276771 Log: Use the new process reaper functionality When not using the --foreground option timeout(1) is supported to signal all command children hierarchy, timeout(1) now

svn commit: r278565 - in head: . share/info

2015-02-11 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 11 08:26:36 2015 New Revision: 278565 URL: https://svnweb.freebsd.org/changeset/base/278565 Log: Remove remnant from texinfo Deleted: head/share/info/ Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r278467 - head/usr.sbin/bsdconfig/share

2015-02-09 Thread Baptiste Daroussin
On Mon, Feb 09, 2015 at 07:16:19PM +, Devin Teske wrote: Author: dteske Date: Mon Feb 9 19:16:19 2015 New Revision: 278467 URL: https://svnweb.freebsd.org/changeset/base/278467 Log: Replace the only instance of sed(1) in bsdconfig(8) with awk(1). MFC after: 3 days

svn commit: r276647 - head/contrib/binutils/gas/doc

2015-01-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Jan 4 00:44:24 2015 New Revision: 276647 URL: https://svnweb.freebsd.org/changeset/base/276647 Log: Fix generating documents with modern texinfo Modified: head/contrib/binutils/gas/doc/c-arm.texi head/contrib/binutils/gas/doc/c-mips.texi Modified:

svn commit: r276650 - head/contrib/binutils/ld

2015-01-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Jan 4 00:54:29 2015 New Revision: 276650 URL: https://svnweb.freebsd.org/changeset/base/276650 Log: Fix generating documentation with modern texinfo Modified: head/contrib/binutils/ld/ld.texinfo Modified: head/contrib/binutils/ld/ld.texinfo

svn commit: r276651 - in head: contrib/binutils/bfd/doc contrib/binutils/gas/doc contrib/binutils/ld etc/mtree gnu/usr.bin/binutils gnu/usr.bin/binutils/doc

2015-01-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Jan 4 00:58:30 2015 New Revision: 276651 URL: https://svnweb.freebsd.org/changeset/base/276651 Log: Add pregenerated documentation for as(1) and ld(1) Added: head/contrib/binutils/bfd/doc/bfdver.texi head/contrib/binutils/gas/doc/as.txt (contents, props changed)

svn commit: r280025 - head/contrib/mdocml

2015-03-15 Thread Baptiste Daroussin
reports. + * Christian Weisgerber (OpenBSD) for more than half a dozen bug reports. + * Carsten Kunze (Heirloom troff) for bug reports and release testing. + * Antoine Jacoutot (OpenBSD) for release testing. + * Alexis Hildebrandt (Homebrew), Baptiste Daroussin (FreeBSD), + Jonathan Perkin (SmartOS

svn commit: r280129 - head/share/mk

2015-03-15 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 15 23:40:50 2015 New Revision: 280129 URL: https://svnweb.freebsd.org/changeset/base/280129 Log: Fix DESTDIR support Modified: head/share/mk/bsd.links.mk Modified: head/share/mk/bsd.links.mk

svn commit: r280128 - head/usr.bin/mandoc

2015-03-15 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 15 23:31:20 2015 New Revision: 280128 URL: https://svnweb.freebsd.org/changeset/base/280128 Log: Remove bad and useless LINKS Modified: head/usr.bin/mandoc/Makefile Modified: head/usr.bin/mandoc/Makefile

svn commit: r280122 - head/share/mk

2015-03-15 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 15 21:50:58 2015 New Revision: 280122 URL: https://svnweb.freebsd.org/changeset/base/280122 Log: Symplify links installation by using multi variable for loop Using multi variable for loop not only simplify the code, it also ensures that the LINKS and SYMLINKS

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

2015-03-15 Thread Baptiste Daroussin
On Sun, Mar 15, 2015 at 11:04:34PM +, Steven Hartland wrote: This appears to break buildworld: make[4]: /usr/home/smh/freebsd/base/head/share/mk/bsd.links.mk line 10: Wrong number of words (1) in .for substitution list with 2 vars make[4]: Fatal errors encountered -- cannot continue

svn commit: r279849 - head/usr.bin/m4

2015-03-10 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 10 14:22:28 2015 New Revision: 279849 URL: https://svnweb.freebsd.org/changeset/base/279849 Log: Add OpenBSD copyright for reallocarray Move the function at the bottom of the misc.c file to clearly state the copyright only stand for this function PR:

svn commit: r279549 - in head: contrib/libucl contrib/libucl/cmake contrib/libucl/doc contrib/libucl/include contrib/libucl/klib contrib/libucl/m4 contrib/libucl/src contrib/libucl/tests contrib/li...

2015-03-02 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 2 21:41:09 2015 New Revision: 279549 URL: https://svnweb.freebsd.org/changeset/base/279549 Log: Update libucl to git version 8d3b186 Added: head/contrib/libucl/klib/ - copied from r279548, vendor/libucl/dist/klib/ head/contrib/libucl/tests/basic/14.in

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

2015-03-02 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 2 22:13:33 2015 New Revision: 279552 URL: https://svnweb.freebsd.org/changeset/base/279552 Log: Remove gperf(7) if gperf is not installed Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc

svn commit: r279560 - head/lib/libucl

2015-03-02 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 3 07:51:36 2015 New Revision: 279560 URL: https://svnweb.freebsd.org/changeset/base/279560 Log: Lower warnings to please gcc 4.2 Modified: head/lib/libucl/Makefile Modified: head/lib/libucl/Makefile

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

2015-03-02 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 2 11:49:01 2015 New Revision: 279520 URL: https://svnweb.freebsd.org/changeset/base/279520 Log: Install old texinfo pages in the form of mdoc(7) pages Modified: head/gnu/usr.bin/diff/Makefile head/gnu/usr.bin/gperf/Makefile Modified:

svn commit: r279519 - in head/contrib: diff/doc gperf/doc

2015-03-02 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 2 11:48:00 2015 New Revision: 279519 URL: https://svnweb.freebsd.org/changeset/base/279519 Log: Convert texinfo to mdoc(7) using texi2mdoc Added: head/contrib/diff/doc/diff.7 (contents, props changed) head/contrib/gperf/doc/gperf.7 (contents, props changed)

svn commit: r279528 - in head/contrib/binutils: binutils/doc gas/doc ld

2015-03-02 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 2 17:20:34 2015 New Revision: 279528 URL: https://svnweb.freebsd.org/changeset/base/279528 Log: Generate manpage out of the texinfo files using texi2mdoc Added: head/contrib/binutils/binutils/doc/binutils.7 (contents, props changed)

svn commit: r279527 - in head: contrib/mdocml usr.bin/man

2015-03-02 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 2 16:58:57 2015 New Revision: 279527 URL: https://svnweb.freebsd.org/changeset/base/279527 Log: Update mandoc to cvs snaphot from 20150302 Use the new unsupp warning level to detect the unsupported manpages in man(1) Added: head/contrib/mdocml/Makefile.local

svn commit: r279529 - in head: . etc/mtree gnu/usr.bin/binutils/doc tools/build/mk

2015-03-02 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 2 17:24:04 2015 New Revision: 279529 URL: https://svnweb.freebsd.org/changeset/base/279529 Log: Install manpage version of texinfo documentation for binutils Modified: head/ObsoleteFiles.inc head/etc/mtree/BSD.usr.dist head/gnu/usr.bin/binutils/doc/Makefile

svn commit: r279530 - in head/contrib/binutils: gas/doc ld

2015-03-02 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 2 17:25:03 2015 New Revision: 279530 URL: https://svnweb.freebsd.org/changeset/base/279530 Log: Remove pregenerated text version of the texinfo documentation Deleted: head/contrib/binutils/gas/doc/as.txt head/contrib/binutils/ld/ld.txt

svn commit: r279597 - head/usr.bin/calendar

2015-03-04 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 4 20:04:23 2015 New Revision: 279597 URL: https://svnweb.freebsd.org/changeset/base/279597 Log: Rework calendar(1) parser Support includes surrounded by '' or '' '' Print warnings about bad syntax Correctly navigate through include directories to find

svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh

2015-03-04 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 4 22:01:44 2015 New Revision: 279603 URL: https://svnweb.freebsd.org/changeset/base/279603 Log: r* commands are not precious anymore Modified: head/bin/rcp/Makefile head/usr.bin/rlogin/Makefile head/usr.bin/rsh/Makefile Modified: head/bin/rcp/Makefile

Re: svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh

2015-03-05 Thread Baptiste Daroussin
On Thu, Mar 05, 2015 at 09:05:21AM -0800, Garrett Cooper wrote: On Mar 5, 2015, at 3:48, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Mar 04, 2015 at 10:01:45PM +, Baptiste Daroussin wrote: B Author: bapt B Date: Wed Mar 4 22:01:44 2015 B New Revision: 279603 B URL: https

Re: svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh

2015-03-05 Thread Baptiste Daroussin
On Thu, Mar 05, 2015 at 02:48:29PM +0300, Gleb Smirnoff wrote: On Wed, Mar 04, 2015 at 10:01:45PM +, Baptiste Daroussin wrote: B Author: bapt B Date: Wed Mar 4 22:01:44 2015 B New Revision: 279603 B URL: https://svnweb.freebsd.org/changeset/base/279603 B B Log: B r* commands

Re: svn commit: r279315 - in head/usr.sbin: . uefisign

2015-02-26 Thread Baptiste Daroussin
On Thu, Feb 26, 2015 at 09:15:25AM +, Edward Tomasz Napierala wrote: Author: trasz Date: Thu Feb 26 09:15:24 2015 New Revision: 279315 URL: https://svnweb.freebsd.org/changeset/base/279315 Log: Add uefisign(8), UEFI Secure Boot signing utility. MFC after: 1 month Sponsored

svn commit: r281039 - head/usr.sbin/pkg

2015-04-03 Thread Baptiste Daroussin
Author: bapt Date: Fri Apr 3 17:35:30 2015 New Revision: 281039 URL: https://svnweb.freebsd.org/changeset/base/281039 Log: Allow fetching pkg(8) even if servers/proxies are not passing Content-length Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c

svn commit: r281994 - in head: . share/doc/usd share/doc/usd/10.exref share/doc/usd/10.exref/exref share/doc/usd/10.exref/summary share/doc/usd/11.vitut share/doc/usd/12.vi share/doc/usd/12.vi/summ...

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 07:52:43 2015 New Revision: 281994 URL: https://svnweb.freebsd.org/changeset/base/281994 Log: Reincorporate documentation lost with update to nvi 2.1.3 Added: head/share/doc/usd/10.exref/ - copied from r281378, head/share/doc/usd/10.exref/ - copied

svn commit: r281995 - head/lib/libedit

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 09:25:44 2015 New Revision: 281995 URL: https://svnweb.freebsd.org/changeset/base/281995 Log: Do not modify locales Modified: head/lib/libedit/el.c Modified: head/lib/libedit/el.c ==

svn commit: r282003 - in head/lib/libc: gen sys

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:52:37 2015 New Revision: 282003 URL: https://svnweb.freebsd.org/changeset/base/282003 Log: Escape Ed Modified: head/lib/libc/gen/posix_spawn.3 head/lib/libc/gen/posix_spawn_file_actions_addopen.3 head/lib/libc/gen/posix_spawn_file_actions_init.3

svn commit: r282005 - head/lib/libc/rpc

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:53:50 2015 New Revision: 282005 URL: https://svnweb.freebsd.org/changeset/base/282005 Log: mdoc: fix functions declarations Modified: head/lib/libc/rpc/rpcbind.3 Modified: head/lib/libc/rpc/rpcbind.3

svn commit: r282006 - head/lib/libc/nls

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:54:52 2015 New Revision: 282006 URL: https://svnweb.freebsd.org/changeset/base/282006 Log: Use mdoc(7) macros to handle parenthesis Modified: head/lib/libc/nls/catopen.3 Modified: head/lib/libc/nls/catopen.3

svn commit: r281999 - head/sbin/atm/atmconfig

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:18:44 2015 New Revision: 281999 URL: https://svnweb.freebsd.org/changeset/base/281999 Log: Fix 2 rendering issue with mandoc Modified: head/sbin/atm/atmconfig/atmconfig.8 Modified: head/sbin/atm/atmconfig/atmconfig.8

svn commit: r281998 - head/bin/expr

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:09:26 2015 New Revision: 281998 URL: https://svnweb.freebsd.org/changeset/base/281998 Log: Use mdoc(7) macros for curly braces Modified: head/bin/expr/expr.1 Modified: head/bin/expr/expr.1

svn commit: r282001 - head/lib/libc/gen

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:29:43 2015 New Revision: 282001 URL: https://svnweb.freebsd.org/changeset/base/282001 Log: Escape Ed Modified: head/lib/libc/gen/getutxent.3 Modified: head/lib/libc/gen/getutxent.3

svn commit: r282008 - head/lib/libc/gen

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:56:06 2015 New Revision: 282008 URL: https://svnweb.freebsd.org/changeset/base/282008 Log: mdoc: remove end of line whitespace Modified: head/lib/libc/gen/nice.3 Modified: head/lib/libc/gen/nice.3

svn commit: r282007 - head/lib/libc/regex

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:55:39 2015 New Revision: 282007 URL: https://svnweb.freebsd.org/changeset/base/282007 Log: mdoc: rendering fixes Modified: head/lib/libc/regex/re_format.7 head/lib/libc/regex/regex.3 Modified: head/lib/libc/regex/re_format.7

svn commit: r281996 - head/share/doc/usd/12.vi/vi

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 09:49:57 2015 New Revision: 281996 URL: https://svnweb.freebsd.org/changeset/base/281996 Log: Add a forgotten vi.chars Reported by: ngie Added: - copied unchanged from r281372, head/contrib/nvi/docs/USD.doc/vitut/vi.chars Directory Properties:

Re: svn commit: r281994 - in head: . share/doc/usd share/doc/usd/10.exref share/doc/usd/10.exref/exref share/doc/usd/10.exref/summary share/doc/usd/11.vitut share/doc/usd/12.vi share/doc/usd/12.vi/sum

2015-04-26 Thread Baptiste Daroussin
On Sun, Apr 26, 2015 at 02:47:37AM -0700, Garrett Cooper wrote: This broke the build ;/.. Fixed, sorry I missed one file Best regards, Bapt pgpGWXQ2Ivy0W.pgp Description: PGP signature

svn commit: r282000 - head/sbin/camcontrol

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:20:11 2015 New Revision: 282000 URL: https://svnweb.freebsd.org/changeset/base/282000 Log: Remove End Of Line whitespaces Modified: head/sbin/camcontrol/camcontrol.8 Modified: head/sbin/camcontrol/camcontrol.8

svn commit: r282013 - head/lib/msun/man

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 11:30:27 2015 New Revision: 282013 URL: https://svnweb.freebsd.org/changeset/base/282013 Log: Remove end of line whitespace Modified: head/lib/msun/man/j0.3 Modified: head/lib/msun/man/j0.3

svn commit: r282015 - head/lib/msun/man

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 11:35:07 2015 New Revision: 282015 URL: https://svnweb.freebsd.org/changeset/base/282015 Log: mdoc: remove empty line Modified: head/lib/msun/man/lgamma.3 Modified: head/lib/msun/man/lgamma.3

svn commit: r282016 - head/lib/msun/man

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 11:35:36 2015 New Revision: 282016 URL: https://svnweb.freebsd.org/changeset/base/282016 Log: mdoc: fix function declaration Modified: head/lib/msun/man/nextafter.3 Modified: head/lib/msun/man/nextafter.3

svn commit: r281997 - head/bin/ed

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 10:03:05 2015 New Revision: 281997 URL: https://svnweb.freebsd.org/changeset/base/281997 Log: mdoc: escape Re Modified: head/bin/ed/ed.1 Modified: head/bin/ed/ed.1 == ---

svn commit: r282018 - head/sys/netinet/libalias

2015-04-26 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 26 11:39:25 2015 New Revision: 282018 URL: https://svnweb.freebsd.org/changeset/base/282018 Log: mdoc: fix rendering issues Modified: head/sys/netinet/libalias/libalias.3 Modified: head/sys/netinet/libalias/libalias.3

Re: svn commit: r281789 - head

2015-04-29 Thread Baptiste Daroussin
On Wed, Apr 29, 2015 at 02:07:29PM +0200, Roger Pau Monné wrote: Hello, El 20/04/15 a les 22.33, Eitan Adler ha escrit: Author: eadler Date: Mon Apr 20 20:33:22 2015 New Revision: 281789 URL: https://svnweb.freebsd.org/changeset/base/281789 Log: phabricator related changes:

svn commit: r282218 - in head/share/doc/usd: 06.bc 10.exref/exref 18.msdiffs 22.trofftut contents

2015-04-29 Thread Baptiste Daroussin
Author: bapt Date: Wed Apr 29 12:57:55 2015 New Revision: 282218 URL: https://svnweb.freebsd.org/changeset/base/282218 Log: Explicitly declare to not print the current date Found with heirloom-doctools which uses the original ATT macros Modified: head/share/doc/usd/06.bc/bc

svn commit: r282235 - head/share/doc/usd/06.bc

2015-04-29 Thread Baptiste Daroussin
Author: bapt Date: Wed Apr 29 16:41:48 2015 New Revision: 282235 URL: https://svnweb.freebsd.org/changeset/base/282235 Log: Fix mis usage of ms(7) macros Submitted by: heirloom doctools upstream Modified: head/share/doc/usd/06.bc/bc Modified: head/share/doc/usd/06.bc/bc

svn commit: r282330 - head/usr.bin/soelim

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 23:54:09 2015 New Revision: 282330 URL: https://svnweb.freebsd.org/changeset/base/282330 Log: Improve compatibility groff's soelim While here implement -C from GNU groff Reported by: delphij Modified: head/usr.bin/soelim/soelim.1

Re: svn commit: r282329 - head/usr.bin/soelim

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 10:43:26PM +, Xin LI wrote: Author: delphij Date: Fri May 1 22:43:26 2015 New Revision: 282329 URL: https://svnweb.freebsd.org/changeset/base/282329 Log: Correct - handling. Reported by:pkg-fallout X-MFC-with: r282318 Modified:

svn commit: r282338 - in head: etc/mtree usr.bin/soelim usr.bin/soelim/tests

2015-05-02 Thread Baptiste Daroussin
Author: bapt Date: Sat May 2 11:09:58 2015 New Revision: 282338 URL: https://svnweb.freebsd.org/changeset/base/282338 Log: Add regression tests for soelim(1) Added: head/usr.bin/soelim/tests/ head/usr.bin/soelim/tests/Makefile (contents, props changed) head/usr.bin/soelim/tests/basic

svn commit: r282339 - in head: etc/mtree usr.bin/col usr.bin/col/tests

2015-05-02 Thread Baptiste Daroussin
Author: bapt Date: Sat May 2 12:08:28 2015 New Revision: 282339 URL: https://svnweb.freebsd.org/changeset/base/282339 Log: Add regression test about reverse line feed to col(1) Added: head/usr.bin/col/tests/ head/usr.bin/col/tests/Makefile (contents, props changed)

svn commit: r282341 - head/usr.bin/col/tests

2015-05-02 Thread Baptiste Daroussin
Author: bapt Date: Sat May 2 12:19:24 2015 New Revision: 282341 URL: https://svnweb.freebsd.org/changeset/base/282341 Log: Actually push the right tests Modified: head/usr.bin/col/tests/col.sh Modified: head/usr.bin/col/tests/col.sh

svn commit: r282342 - head/usr.bin/col

2015-05-02 Thread Baptiste Daroussin
Author: bapt Date: Sat May 2 12:22:24 2015 New Revision: 282342 URL: https://svnweb.freebsd.org/changeset/base/282342 Log: Capsicumize col(1) Modified: head/usr.bin/col/col.c Modified: head/usr.bin/col/col.c == ---

svn commit: r282420 - in head: . etc/mtree lib/libevent lib/libucl share/mk

2015-05-04 Thread Baptiste Daroussin
Author: bapt Date: Mon May 4 16:28:54 2015 New Revision: 282420 URL: https://svnweb.freebsd.org/changeset/base/282420 Log: Rework PRIVATELIB Now when a lib is marked as PRIVATELIB it is renamed into libprivate$foo instead of being installed in /usr/lib/private and playing with rpath.

svn commit: r282421 - in head: . etc

2015-05-04 Thread Baptiste Daroussin
Author: bapt Date: Mon May 4 16:34:08 2015 New Revision: 282421 URL: https://svnweb.freebsd.org/changeset/base/282421 Log: Remove now unneeded libmap32.conf Deleted: head/etc/libmap32.conf Modified: head/ObsoleteFiles.inc head/etc/Makefile Modified: head/ObsoleteFiles.inc

Re: svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-04 Thread Baptiste Daroussin
On Mon, May 04, 2015 at 11:39:10AM -0500, Bryan Drewery wrote: On 5/1/2015 3:08 PM, Baptiste Daroussin wrote: Author: bapt Date: Fri May 1 20:08:25 2015 New Revision: 282318 URL: https://svnweb.freebsd.org/changeset/base/282318 Log: Replace groff's soelim by soeliminate(1

svn commit: r282422 - head/share/mk

2015-05-04 Thread Baptiste Daroussin
Author: bapt Date: Mon May 4 16:59:09 2015 New Revision: 282422 URL: https://svnweb.freebsd.org/changeset/base/282422 Log: Style fix Reported by: bdrewery Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r282423 - head

2015-05-04 Thread Baptiste Daroussin
Author: bapt Date: Mon May 4 17:01:51 2015 New Revision: 282423 URL: https://svnweb.freebsd.org/changeset/base/282423 Log: Do not remove libmap32.conf in make delete-old as it may remove user modified version by mistake Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r282425 - in head/usr.bin/soelim: . tests

2015-05-04 Thread Baptiste Daroussin
Author: bapt Date: Mon May 4 18:20:31 2015 New Revision: 282425 URL: https://svnweb.freebsd.org/changeset/base/282425 Log: Parse filename until first space then print the rest of the line after file inclusion This is the same behaviour of heirloom's soelim Added:

svn commit: r282309 - head/usr.bin/col

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 17:33:32 2015 New Revision: 282309 URL: https://svnweb.freebsd.org/changeset/base/282309 Log: Use defines to improve clarity MFC after:2 weeks Modified: head/usr.bin/col/col.c Modified: head/usr.bin/col/col.c

svn commit: r282305 - head/usr.bin/col

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 17:18:07 2015 New Revision: 282305 URL: https://svnweb.freebsd.org/changeset/base/282305 Log: col: fixing 25 year old bug Makes col(1) respect POSIX again for escape sequences as decribed in its manpage The bug was introduced in CSRG in 1990 This also

Re: svn commit: r282305 - head/usr.bin/col

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 05:18:07PM +, Baptiste Daroussin wrote: Author: bapt Date: Fri May 1 17:18:07 2015 New Revision: 282305 URL: https://svnweb.freebsd.org/changeset/base/282305 Log: col: fixing 25 year old bug Makes col(1) respect POSIX again for escape sequences

svn commit: r282321 - head/lib/libc/stdlib

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 20:37:59 2015 New Revision: 282321 URL: https://svnweb.freebsd.org/changeset/base/282321 Log: Apply the copyright the the same owners as the original malloc(3) where most of the text here comes from Reported by: many Discussed with:

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

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 10:22:50PM +0300, Sergey Kandaurov wrote: On 1 May 2015 at 21:32, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Fri May 1 18:32:16 2015 New Revision: 282314 URL: https://svnweb.freebsd.org/changeset/base/282314 Log: Import reallocarray(3

Re: svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 01:30:27PM -0700, Steve Kargl wrote: On Fri, May 01, 2015 at 08:08:26PM +, Baptiste Daroussin wrote: Author: bapt Date: Fri May 1 20:08:25 2015 New Revision: 282318 URL: https://svnweb.freebsd.org/changeset/base/282318 Log: Replace groff's soelim

svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 20:08:25 2015 New Revision: 282318 URL: https://svnweb.freebsd.org/changeset/base/282318 Log: Replace groff's soelim by soeliminate(1) renamed soelim(1) Added: head/usr.bin/soelim/ - copied from r281993, head/usr.bin/soeliminate/

svn commit: r282319 - head/sys/sys

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 20:25:47 2015 New Revision: 282319 URL: https://svnweb.freebsd.org/changeset/base/282319 Log: Bump _FreeBSD_version after reallocarray import Requested by: delphij Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r282315 - head/usr.bin/m4

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 18:32:54 2015 New Revision: 282315 URL: https://svnweb.freebsd.org/changeset/base/282315 Log: Remove bundled reallocarray(3) since it is now in libc Modified: head/usr.bin/m4/misc.c Modified: head/usr.bin/m4/misc.c

svn commit: r282316 - in head: contrib/mdocml lib/libmandoc

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 18:34:29 2015 New Revision: 282316 URL: https://svnweb.freebsd.org/changeset/base/282316 Log: libc now has reallocarray Modified: head/contrib/mdocml/config.h head/lib/libmandoc/Makefile Modified: head/contrib/mdocml/config.h

svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 18:32:16 2015 New Revision: 282314 URL: https://svnweb.freebsd.org/changeset/base/282314 Log: Import reallocarray(3) from OpenBSD Add a manpage for it, assign the copyright to the OpenBSD project on it since it is mostly copy/paste from OpenBSD manpage.

svn commit: r282317 - head/include

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 19:14:32 2015 New Revision: 282317 URL: https://svnweb.freebsd.org/changeset/base/282317 Log: Move reallocarray definition to the _BSD_VISIBLE block Add the required __alloc_size attributes Requested by: pfg Modified: head/include/stdlib.h Modified:

Re: svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 01:58:15PM -0700, Steve Kargl wrote: On Fri, May 01, 2015 at 10:42:11PM +0200, Baptiste Daroussin wrote: On Fri, May 01, 2015 at 01:30:27PM -0700, Steve Kargl wrote: On Fri, May 01, 2015 at 08:08:26PM +, Baptiste Daroussin wrote: Author: bapt Date: Fri May

svn commit: r282323 - head

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 21:26:40 2015 New Revision: 282323 URL: https://svnweb.freebsd.org/changeset/base/282323 Log: Add a note about the replacement of GNU groff's soelim(1) Modified: head/UPDATING Modified: head/UPDATING

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

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 01:10:14PM -0700, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/01/15 12:34, Baptiste Daroussin wrote: On Fri, May 01, 2015 at 10:22:50PM +0300, Sergey Kandaurov wrote: On 1 May 2015 at 21:32, Baptiste Daroussin b...@freebsd.org wrote

svn commit: r282328 - head/contrib/sqlite3

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 21:59:32 2015 New Revision: 282328 URL: https://svnweb.freebsd.org/changeset/base/282328 Log: Import sqlite3 3.8.9 Modified: head/contrib/sqlite3/configure head/contrib/sqlite3/configure.ac head/contrib/sqlite3/shell.c head/contrib/sqlite3/sqlite3.1

svn commit: r282219 - in head: . share/doc/papers share/doc/papers/hwpmc

2015-04-29 Thread Baptiste Daroussin
Author: bapt Date: Wed Apr 29 13:30:04 2015 New Revision: 282219 URL: https://svnweb.freebsd.org/changeset/base/282219 Log: Remove never written documentation Deleted: head/share/doc/papers/hwpmc/ Modified: head/ObsoleteFiles.inc head/share/doc/papers/Makefile Modified:

svn commit: r282297 - head/share/doc/papers/bufbio

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 11:46:24 2015 New Revision: 282297 URL: https://svnweb.freebsd.org/changeset/base/282297 Log: Fix font issues Submitted by: heirloom doctools upstream Modified: head/share/doc/papers/bufbio/bio.ms Modified: head/share/doc/papers/bufbio/bio.ms

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

2015-05-03 Thread Baptiste Daroussin
On Sun, May 03, 2015 at 04:00:15PM +0200, Oliver Pinter wrote: On 5/1/15, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Fri May 1 18:32:16 2015 New Revision: 282314 URL: https://svnweb.freebsd.org/changeset/base/282314 Log: Import reallocarray(3) from OpenBSD

  1   2   3   4   5   6   7   8   9   10   >