svn commit: r210573 - in head: share/misc usr.bin/calendar/calendars

2010-07-28 Thread Baptiste Daroussin
:37 2010 (r210573) @@ -55,6 +55,7 @@ ashish [label=Ashish shukla\nash...@fre avilla [label=Alberto villa\navi...@freebsd.org\n2010/01/24] avl [label=Alexander logvinov\n...@freebsd.org\n2009/05/27] az [label=Andrej zverev\...@freebsd.org\n2005/10/03] +bapt [label=Baptiste daroussin\nb

svn commit: r236206 - in vendor/byacc/dist: . package package/debian

2012-05-28 Thread Baptiste Daroussin
to make it simpler for *BSD + packagers to build without configure script. Also remove duplicate declaration + of pure_parser variable (prompted by patch by Baptiste Daroussin). + + Also define new TMALLOC and TREALLOC macros to simplify/replace MALLOC and + REALLOC macros

svn commit: r236207 - vendor/byacc/20120526

2012-05-28 Thread Baptiste Daroussin
Author: bapt Date: Mon May 28 22:30:36 2012 New Revision: 236207 URL: http://svn.freebsd.org/changeset/base/236207 Log: Tag byacc 20120526 Added: vendor/byacc/20120526/ - copied from r236206, vendor/byacc/dist/ ___ svn-src-all@freebsd.org

Re: svn commit: r236333 - in head/usr.sbin/pkg_install: add lib

2012-05-30 Thread Baptiste Daroussin
On Wed, May 30, 2012 at 09:01:06PM +, Josh Paetzel wrote: Author: jpaetzel Date: Wed May 30 21:01:06 2012 New Revision: 236333 URL: http://svn.freebsd.org/changeset/base/236333 Log: Let pkg_add use the ENV variable PACKAGESUFFIX. This can be used to override the default .tbz

svn commit: r236451 - stable/9/lib/libutil

2012-06-02 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 2 15:13:28 2012 New Revision: 236451 URL: http://svn.freebsd.org/changeset/base/236451 Log: MFC: 228545,229572 Modify pw_copy: - if pw is NULL and oldpw is not NULL then the oldpw is deleted - if pw-pw_name != oldpw-pw_name but pw-pw_uid == oldpw-pw_uid

svn commit: r236452 - stable/8/lib/libutil

2012-06-02 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 2 15:14:12 2012 New Revision: 236452 URL: http://svn.freebsd.org/changeset/base/236452 Log: MFC: 228545,229572 Modify pw_copy: - if pw is NULL and oldpw is not NULL then the oldpw is deleted - if pw-pw_name != oldpw-pw_name but pw-pw_uid == oldpw-pw_uid

svn commit: r236453 - stable/9/usr.sbin/pkg_install/lib

2012-06-02 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 2 16:16:03 2012 New Revision: 236453 URL: http://svn.freebsd.org/changeset/base/236453 Log: RFC: 235276 - Print package name in case an empty pkgdep line is found. PR: bin/164378 Submitted by: Yuri yuri AT tsoft.com and many others Approved

svn commit: r236454 - stable/8/usr.sbin/pkg_install/lib

2012-06-02 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 2 16:16:45 2012 New Revision: 236454 URL: http://svn.freebsd.org/changeset/base/236454 Log: RFC: 235276 - Print package name in case an empty pkgdep line is found. PR: bin/164378 Submitted by: Yuri yuri AT tsoft.com and many others Approved

svn commit: r236455 - stable/7/usr.sbin/pkg_install/lib

2012-06-02 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 2 16:17:25 2012 New Revision: 236455 URL: http://svn.freebsd.org/changeset/base/236455 Log: RFC: 235276 - Print package name in case an empty pkgdep line is found. PR: bin/164378 Submitted by: Yuri yuri AT tsoft.com and many others Approved

svn commit: r236523 - in stable/9: libexec/rtld-elf share/man/man5

2012-06-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Jun 3 18:16:17 2012 New Revision: 236523 URL: http://svn.freebsd.org/changeset/base/236523 Log: MFC: 234851, 235059 Add two special directives to libmap.conf: include file: Parse the contents of file before continuing with the current file. includedir dir:

svn commit: r237268 - head/lib/libutil

2012-06-19 Thread Baptiste Daroussin
Author: bapt Date: Tue Jun 19 11:39:56 2012 New Revision: 237268 URL: http://svn.freebsd.org/changeset/base/237268 Log: Revert user comparison back to user names as some user can share uids (root/toor for example) get the username information from old_pw structures to still allow

Re: svn commit: r237448 - head/lib/libedit

2012-06-22 Thread Baptiste Daroussin
On Fri, Jun 22, 2012 at 06:01:23PM +, Pedro F. Giffuni wrote: Author: pfg Date: Fri Jun 22 18:01:22 2012 New Revision: 237448 URL: http://svn.freebsd.org/changeset/base/237448 Log: Merge changes from upstream libedit. Our libedit has been diverging from the mainstream version

svn commit: r237778 - stable/9/lib/libutil

2012-06-29 Thread Baptiste Daroussin
Author: bapt Date: Fri Jun 29 13:00:28 2012 New Revision: 237778 URL: http://svn.freebsd.org/changeset/base/237778 Log: MFC: r237268 early MFC to get this important bugfix into 9.1 Revert user comparison back to user names as some user can share uids (root/toor for example)

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

2012-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 15 13:25:51 2012 New Revision: 234310 URL: http://svn.freebsd.org/changeset/base/234310 Log: Improve m4 compatibility with GNU m4 extension ** (exponent) Submitted by: Marc Espie (es...@openbsd.org) Approved by: des@ (mentor) Modified:

svn commit: r234313 - in head/usr.sbin: . pkg

2012-04-15 Thread Baptiste Daroussin
/pkg/elf_tables.h Sun Apr 15 15:13:36 2012 (r234313) @@ -0,0 +1,79 @@ +/*- + * Copyright (c) 2012 Olivier Houchard cog...@freebsd.org + * Copyright (c) 2012 Baptiste Daroussin b...@freebsd.org + * All rights reserved. + * + * Redistribution and use in source and binary forms

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

2012-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 15 16:00:32 2012 New Revision: 234315 URL: http://svn.freebsd.org/changeset/base/234315 Log: Do not do double initialisation style(9) says for (;;) not while (1) Reported by: culot Approved by: des Modified: head/usr.sbin/pkg/pkg.c Modified:

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

2012-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 15 18:32:14 2012 New Revision: 234322 URL: http://svn.freebsd.org/changeset/base/234322 Log: - Fix style(9) bugs + inconsistencies Submitted by: marius Approved by: des (mentor) Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c

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

2012-04-16 Thread Baptiste Daroussin
Author: bapt Date: Mon Apr 16 20:41:25 2012 New Revision: 234351 URL: http://svn.freebsd.org/changeset/base/234351 Log: - Use _PATH_TMP instead of hardcoded /tmp - more style(9) fixes - some refactoring - better error detection - Add the DPADD to Makefile Submitted by: Garrett

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

2012-04-30 Thread Baptiste Daroussin
Author: bapt Date: Mon Apr 30 21:02:57 2012 New Revision: 234850 URL: http://svn.freebsd.org/changeset/base/234850 Log: Respect mathematical operation order piority with the exponent gnu extension Obtained from:OpenBSD Approved by: des (mentor) Modified:

svn commit: r234851 - in head: libexec/rtld-elf share/man/man5

2012-04-30 Thread Baptiste Daroussin
Author: bapt Date: Mon Apr 30 21:26:35 2012 New Revision: 234851 URL: http://svn.freebsd.org/changeset/base/234851 Log: Add two special directives to libmap.conf: include file: Parse the contents of file before continuing with the current file. includedir dir: Parse the contents of

svn commit: r234852 - head/tools/regression/usr.bin/m4

2012-04-30 Thread Baptiste Daroussin
Author: bapt Date: Mon Apr 30 22:00:34 2012 New Revision: 234852 URL: http://svn.freebsd.org/changeset/base/234852 Log: Import m4 regression tests from OpenBSD Obtained from:OpenBSD Approved by: des (mentor) Added: head/tools/regression/usr.bin/m4/args.m4 (contents, props

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

2012-05-01 Thread Baptiste Daroussin
Author: bapt Date: Tue May 1 10:16:12 2012 New Revision: 234870 URL: http://svn.freebsd.org/changeset/base/234870 Log: - close the open file after fetching - create a default /usr/local/etc/pkg.conf Approved by: des (mentor) Modified: head/usr.sbin/pkg/pkg.c Modified:

svn commit: r234949 - in vendor/byacc: . byacc-20120115 byacc-20120115/package byacc-20120115/package/debian byacc-20120115/package/debian/source byacc-20120115/package/pkgsrc byacc-20120115/test d...

2012-05-03 Thread Baptiste Daroussin
Author: bapt Date: Thu May 3 09:57:52 2012 New Revision: 234949 URL: http://svn.freebsd.org/changeset/base/234949 Log: Import byacc 20120115 Approved by: des (mentor) Added: vendor/byacc/ vendor/byacc/byacc-20120115/ vendor/byacc/byacc-20120115/ACKNOWLEDGEMENTS

svn commit: r234950 - vendor/byacc/20120115

2012-05-03 Thread Baptiste Daroussin
Author: bapt Date: Thu May 3 09:58:36 2012 New Revision: 234950 URL: http://svn.freebsd.org/changeset/base/234950 Log: Tag byacc 20120115 Added: vendor/byacc/20120115/ - copied from r234949, vendor/byacc/dist/ ___ svn-src-all@freebsd.org

Re: svn commit: r235005 - head/usr.sbin/pc-sysinstall/backend

2012-05-04 Thread Baptiste Daroussin
On Fri, May 04, 2012 at 09:33:38AM -0700, Garrett Cooper wrote: On May 4, 2012, at 8:31 AM, Josh Paetzel jpaet...@freebsd.org wrote: Author: jpaetzel Date: Fri May 4 15:31:35 2012 New Revision: 235005 URL: http://svn.freebsd.org/changeset/base/235005 Log: Use a unique zpool

svn commit: r235059 - head/libexec/rtld-elf

2012-05-05 Thread Baptiste Daroussin
Author: bapt Date: Sat May 5 16:37:14 2012 New Revision: 235059 URL: http://svn.freebsd.org/changeset/base/235059 Log: open the resolved path fix debug message Submitted by: John Marino dr...@marino.st Approved by: des (mentor) Modified: head/libexec/rtld-elf/libmap.c Modified:

svn commit: r235112 - in stable/9/usr.sbin: . pkg

2012-05-06 Thread Baptiste Daroussin
Author: bapt Date: Sun May 6 22:50:07 2012 New Revision: 235112 URL: http://svn.freebsd.org/changeset/base/235112 Log: MFC r234313 r234315 r234322 r234351 r234870 bootstrap tool for pkgng. it respects PACKAGESITE, PACKAGEROOT, and a new environment variable ABI (if a user want to use

svn commit: r235721 - in stable/8/usr.sbin/pkg_install: add delete lib updating version

2012-05-21 Thread Baptiste Daroussin
Author: bapt Date: Mon May 21 13:05:41 2012 New Revision: 235721 URL: http://svn.freebsd.org/changeset/base/235721 Log: MFC: r201226, r202844, r206043, r206132, r206133, r212029, r225610, r226708, r228670 - Add support for UPDATING remote fetching. - Reorganize EXAMPLES section in

svn commit: r235722 - in stable/7/usr.sbin/pkg_install: add delete info lib updating version

2012-05-21 Thread Baptiste Daroussin
Author: bapt Date: Mon May 21 13:07:12 2012 New Revision: 235722 URL: http://svn.freebsd.org/changeset/base/235722 Log: MFC: r201226, r202844, r206043, r206132, r206133, r212029, r225610, r226708, r228670 - Add support for UPDATING remote fetching. - Reorganize EXAMPLES section in

svn commit: r235723 - in head: contrib/byacc tools/regression/usr.bin/yacc usr.bin/yacc usr.bin/yacc/test

2012-05-21 Thread Baptiste Daroussin
Author: bapt Date: Mon May 21 13:31:26 2012 New Revision: 235723 URL: http://svn.freebsd.org/changeset/base/235723 Log: Import byacc from invisible island, it brings us lots of compatibilities with bison, keeping full compatibility with our previous yacc implementation. Also bring the

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

2012-05-21 Thread Baptiste Daroussin
Author: bapt Date: Mon May 21 15:45:18 2012 New Revision: 235726 URL: http://svn.freebsd.org/changeset/base/235726 Log: Add missing \n when generating pkg.conf Reported by: beat Approved by: des (mentor) MFC after:1 day Modified: head/usr.sbin/pkg/pkg.c Modified:

Re: svn commit: r235771 - head/bin/expr

2012-05-21 Thread Baptiste Daroussin
On Mon, May 21, 2012 at 09:20:59PM -0700, Garrett Cooper wrote: On Mon, May 21, 2012 at 8:01 PM, Kevin Lo ke...@freebsd.org wrote: Author: kevlo Date: Tue May 22 03:01:54 2012 New Revision: 235771 URL: http://svn.freebsd.org/changeset/base/235771 Log:  Remove redundant declaration

svn commit: r235789 - in head: sbin/devd sbin/hastd usr.bin/ar usr.bin/bc usr.bin/find usr.bin/m4 usr.bin/mkcsmapper usr.bin/mklocale usr.sbin/bluetooth/bthidd usr.sbin/bluetooth/hcsecd usr.sbin/co...

2012-05-22 Thread Baptiste Daroussin
Author: bapt Date: Tue May 22 16:33:10 2012 New Revision: 235789 URL: http://svn.freebsd.org/changeset/base/235789 Log: Fix world after byacc import: - old yacc(1) use to magicially append stdlib.h, while new one don't - new yacc(1) do declare yyparse by itself, fix redundant declaration of

Re: svn commit: r235723 - in head: contrib/byacc tools/regression/usr.bin/yacc usr.bin/yacc usr.bin/yacc/test

2012-05-22 Thread Baptiste Daroussin
On Tue, May 22, 2012 at 06:01:31PM +0200, Dag-Erling Smørgrav wrote: Gabor Kovesdan ga...@freebsd.org writes: Maybe I'm missing some point but what if we always use yacc and lex from the source tree instead of from the base system? That would be the most logical way of doing this and

Re: svn commit: r235767 - head/lib/libc/net

2012-05-23 Thread Baptiste Daroussin
On Tue, May 22, 2012 at 08:51:44PM +1000, Bruce Evans wrote: On Mon, 21 May 2012, Garrett Cooper wrote: On Mon, May 21, 2012 at 6:28 PM, Kevin Lo ke...@freebsd.org wrote: Author: kevlo Date: Tue May 22 01:28:32 2012 New Revision: 235767 URL:

svn commit: r235919 - stable/9/usr.sbin/pkg

2012-05-24 Thread Baptiste Daroussin
Author: bapt Date: Thu May 24 17:10:54 2012 New Revision: 235919 URL: http://svn.freebsd.org/changeset/base/235919 Log: Add missing \n when generating pkg.conf Reported by: beat Approved by: des (mentor) Modified: stable/9/usr.sbin/pkg/pkg.c Directory Properties:

Re: svn commit: r241830 - in head/usr.sbin/pkg_install: add create delete info lib updating version

2012-10-22 Thread Baptiste Daroussin
On Mon, Oct 22, 2012 at 08:01:19AM -0400, Eitan Adler wrote: On 22 October 2012 03:18, Baptiste Daroussin b...@freebsd.org wrote: hi, pkg_install are under portmgr maintainership, and we never received this patch to review and validate. We discussed an earlier version of the patch

svn commit: r242305 - head/sys/dev/acpi_support

2012-10-29 Thread Baptiste Daroussin
Author: bapt Date: Mon Oct 29 10:22:00 2012 New Revision: 242305 URL: http://svn.freebsd.org/changeset/base/242305 Log: add support for newer Lenovo ThinkPads to acpi_ibm PR: kern/164538 Submitted by: Pierre Imai pie...@imai.at MFC after:2 weeks Modified:

svn commit: r242319 - head/lib/libutil

2012-10-29 Thread Baptiste Daroussin
Author: bapt Date: Mon Oct 29 17:19:43 2012 New Revision: 242319 URL: http://svn.freebsd.org/changeset/base/242319 Log: make pw_init and gr_init fail if the specified master password or group file is a directory. MFC after:1 month Modified: head/lib/libutil/gr_util.c

svn commit: r242324 - head/lib/libutil

2012-10-29 Thread Baptiste Daroussin
Author: bapt Date: Mon Oct 29 18:06:09 2012 New Revision: 242324 URL: http://svn.freebsd.org/changeset/base/242324 Log: backout r242319, racy and not done in the right place Reported by: Garrett Cooper yaneg...@gmail.com Modified: head/lib/libutil/gr_util.c

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

2012-10-30 Thread Baptiste Daroussin
Author: bapt Date: Tue Oct 30 08:00:53 2012 New Revision: 242349 URL: http://svn.freebsd.org/changeset/base/242349 Log: Teach pw(8) about how to use pw/gr API to reduce code duplication MFC after:2 months Deleted: head/usr.sbin/pw/edgroup.c Modified: head/usr.sbin/pw/Makefile

svn commit: r242381 - head/lib/libutil

2012-10-30 Thread Baptiste Daroussin
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lib/libutil/pw_util.3 Tue Oct 30 22:18:08 2012(r242381) @@ -0,0 +1,285 @@ +.\ Copyright (c) 2012 Baptiste Daroussin b...@freebsd.org +.\ All rights reserved. +.\ +.\ This software was developed by Pawel

svn commit: r242382 - head/lib/libutil

2012-10-30 Thread Baptiste Daroussin
== --- head/lib/libutil/pw_util.3 Tue Oct 30 22:18:08 2012(r242381) +++ head/lib/libutil/pw_util.3 Tue Oct 30 22:26:19 2012(r242382) @@ -1,9 +1,6 @@ .\ Copyright (c) 2012 Baptiste Daroussin b...@freebsd.org .\ All rights

svn commit: r242503 - head/lib/libutil

2012-11-02 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 3 00:30:22 2012 New Revision: 242503 URL: http://svn.freebsd.org/changeset/base/242503 Log: Fix typo Modified: head/lib/libutil/pw_util.3 Modified: head/lib/libutil/pw_util.3 == ---

svn commit: r242541 - in head: etc/root share/skel

2012-11-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 4 01:00:35 2012 New Revision: 242541 URL: http://svn.freebsd.org/changeset/base/242541 Log: Change default prompt to show ~ again for the home directory Submitted by: flo Approved by: eadler Modified: head/etc/root/dot.cshrc head/share/skel/dot.cshrc

svn commit: r242914 - stable/9/sys/dev/acpi_support

2012-11-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 12 14:04:57 2012 New Revision: 242914 URL: http://svnweb.freebsd.org/changeset/base/242914 Log: add support for newer Lenovo ThinkPads to acpi_ibm PR: kern/164538 Submitted by: Pierre Imai pie...@imai.at Modified:

svn commit: r242915 - stable/8/sys/dev/acpi_support

2012-11-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 12 14:05:40 2012 New Revision: 242915 URL: http://svnweb.freebsd.org/changeset/base/242915 Log: add support for newer Lenovo ThinkPads to acpi_ibm PR: kern/164538 Submitted by: Pierre Imai pie...@imai.at Modified:

svn commit: r242916 - stable/9/usr.sbin/pw

2012-11-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 12 14:13:49 2012 New Revision: 242916 URL: http://svnweb.freebsd.org/changeset/base/242916 Log: Remove useless atoi(3), previous strspn(3) makes sure that a_name-val is a number. This also allow pw user show to work as expected. PR: bin/172112

svn commit: r242917 - stable/8/usr.sbin/pw

2012-11-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 12 14:14:01 2012 New Revision: 242917 URL: http://svnweb.freebsd.org/changeset/base/242917 Log: Remove useless atoi(3), previous strspn(3) makes sure that a_name-val is a number. This also allow pw user show to work as expected. PR: bin/172112

svn commit: r242919 - stable/7/usr.sbin/pw

2012-11-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 12 14:19:05 2012 New Revision: 242919 URL: http://svnweb.freebsd.org/changeset/base/242919 Log: MFC: r241107, r241108 Remove useless atoi(3), previous strspn(3) makes sure that a_name-val is a number. This also allow pw user show to work as expected. PR:

svn commit: r243021 - head/sys/kern

2012-11-14 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 14 10:32:12 2012 New Revision: 243021 URL: http://svnweb.freebsd.org/changeset/base/243021 Log: return ERANGE if the buffer is too small to contain the login as documented in the manpage Reviewed by: cognet, kib MFC after:1 month Modified:

svn commit: r243022 - head/sys/kern

2012-11-14 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 14 10:33:12 2012 New Revision: 243022 URL: http://svnweb.freebsd.org/changeset/base/243022 Log: Style fix MFC after:1 day Modified: head/sys/kern/kern_prot.c Modified: head/sys/kern/kern_prot.c

svn commit: r243023 - head/sys/sys

2012-11-14 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 14 10:58:12 2012 New Revision: 243023 URL: http://svnweb.freebsd.org/changeset/base/243023 Log: Allow usernames up to 32 chars PR: kern/161091 [1], misc/133926 [2] Submitted by: Stephane Lapie darks...@darkbsd.org [1],

svn commit: r243092 - stable/9/sys/kern

2012-11-15 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 15 18:05:30 2012 New Revision: 243092 URL: http://svnweb.freebsd.org/changeset/base/243092 Log: MFC r243022: small style fix Modified: stable/9/sys/kern/kern_prot.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/kern/kern_prot.c

svn commit: r243093 - stable/8/sys/kern

2012-11-15 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 15 18:05:34 2012 New Revision: 243093 URL: http://svnweb.freebsd.org/changeset/base/243093 Log: MFC r243022: small style fix Modified: stable/8/sys/kern/kern_prot.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/kern/ (props changed)

svn commit: r243094 - stable/7/sys/kern

2012-11-15 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 15 18:05:38 2012 New Revision: 243094 URL: http://svnweb.freebsd.org/changeset/base/243094 Log: MFC r243022: small style fix Modified: stable/7/sys/kern/kern_prot.c Directory Properties: stable/7/sys/ (props changed) Modified: stable/7/sys/kern/kern_prot.c

svn commit: r243328 - head/lib/libutil

2012-11-19 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 20 07:22:07 2012 New Revision: 243328 URL: http://svnweb.freebsd.org/changeset/base/243328 Log: change mode the group file to 0644 after a successfull rename(2) Modified: head/lib/libutil/gr_util.c Modified: head/lib/libutil/gr_util.c

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

2012-11-20 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 20 10:59:41 2012 New Revision: 243330 URL: http://svnweb.freebsd.org/changeset/base/243330 Log: Correctly set the password file mode after renaming in NIS mode Modified: head/usr.sbin/pw/pw_nis.c Modified: head/usr.sbin/pw/pw_nis.c

Re: svn commit: r243328 - head/lib/libutil

2012-11-20 Thread Baptiste Daroussin
On Tue, Nov 20, 2012 at 02:22:26PM +0200, Jaakko Heinonen wrote: Hi! On 2012-11-20, Baptiste Daroussin wrote: change mode the group file to 0644 after a successfull rename(2) int gr_mkdb(void) { - return (rename(tempname, group_file)); + int ret; + + ret

Re: svn commit: r243328 - head/lib/libutil

2012-11-20 Thread Baptiste Daroussin
On Tue, Nov 20, 2012 at 02:22:26PM +0200, Jaakko Heinonen wrote: Hi! On 2012-11-20, Baptiste Daroussin wrote: change mode the group file to 0644 after a successfull rename(2) int gr_mkdb(void) { - return (rename(tempname, group_file)); + int ret; + + ret

svn commit: r243334 - head/lib/libutil

2012-11-20 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 20 14:03:09 2012 New Revision: 243334 URL: http://svnweb.freebsd.org/changeset/base/243334 Log: only rename(2) after chmod(2) has succeed report error if chmod(2) fails Reported by: jh Modified: head/lib/libutil/gr_util.c Modified:

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

2012-11-20 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 20 14:05:46 2012 New Revision: 243335 URL: http://svnweb.freebsd.org/changeset/base/243335 Log: In NIS mode first chmod(2) the temporary file and is succeed then rename(2) Modified: head/usr.sbin/pw/pw_nis.c Modified: head/usr.sbin/pw/pw_nis.c

Re: svn commit: r243554 - in head/usr.sbin/pkg_install: add create delete info lib updating version

2012-11-28 Thread Baptiste Daroussin
On Wed, Nov 28, 2012 at 06:34:22PM -0800, Stanislav Sedov wrote: On Wed, 28 Nov 2012 21:03:58 -0500 Eitan Adler ead...@freebsd.org mentioned: On 28 November 2012 20:00, Stanislav Sedov s...@freebsd.org wrote: On Mon, 26 Nov 2012 05:11:07 + (UTC) Eitan Adler ead...@freebsd.org

Re: svn commit: r243554 - in head/usr.sbin/pkg_install: add create delete info lib updating version

2012-12-03 Thread Baptiste Daroussin
On Mon, Dec 03, 2012 at 10:45:26AM -0800, Stanislav Sedov wrote: On Sat, 1 Dec 2012 08:52:52 + Chris Rees utis...@gmail.com mentioned: UPDATING, yes. Also as I reminded you in IRC last week, users of -CURRENT are expected to follow -current@. Users of ports are also strongly

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

2012-12-05 Thread Baptiste Daroussin
2012 (r243883) @@ -0,0 +1,136 @@ +/*- + * Copyright (c) 2012 Baptiste Daroussin b...@freebsd.org + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1

svn commit: r243906 - in head: lib/libipsec sys/dev/aic7xxx/aicasm usr.sbin/ndiscvt

2012-12-05 Thread Baptiste Daroussin
Author: bapt Date: Wed Dec 5 20:28:44 2012 New Revision: 243906 URL: http://svnweb.freebsd.org/changeset/base/243906 Log: remove redundant yyparse declarations PR: conf/174079 Submitted by: Garrett Cooper yaneg...@gmail.com Modified: head/lib/libipsec/policy_parse.y

svn commit: r244114 - head/sys/dev/agp

2012-12-11 Thread Baptiste Daroussin
Author: bapt Date: Tue Dec 11 09:38:12 2012 New Revision: 244114 URL: http://svnweb.freebsd.org/changeset/base/244114 Log: Add pci id for the xeon hd4000 (IvyBridge server GT2) Submitted by: François Tigeot ftig...@wolfpond.org Obtained from:dragonfly MFC after:3 days

svn commit: r251136 - in vendor/byacc/dist: . package package/debian test

2013-05-30 Thread Baptiste Daroussin
Author: bapt Date: Thu May 30 13:10:38 2013 New Revision: 251136 URL: http://svnweb.freebsd.org/changeset/base/251136 Log: Import byacc 20130304 Modified: vendor/byacc/dist/CHANGES vendor/byacc/dist/VERSION vendor/byacc/dist/aclocal.m4 vendor/byacc/dist/config.guess

svn commit: r251137 - vendor/byacc/20130304

2013-05-30 Thread Baptiste Daroussin
Author: bapt Date: Thu May 30 13:11:56 2013 New Revision: 251137 URL: http://svnweb.freebsd.org/changeset/base/251137 Log: Tag byacc 20130304 Added: vendor/byacc/20130304/ - copied from r251136, vendor/byacc/dist/ ___ svn-src-all@freebsd.org

svn commit: r251143 - in head/contrib/byacc: . package package/debian test

2013-05-30 Thread Baptiste Daroussin
Author: bapt Date: Thu May 30 16:16:28 2013 New Revision: 251143 URL: http://svnweb.freebsd.org/changeset/base/251143 Log: Update byacc to 20130304 Modified: head/contrib/byacc/CHANGES head/contrib/byacc/VERSION head/contrib/byacc/aclocal.m4 head/contrib/byacc/config.guess

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

2013-06-08 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 8 23:48:13 2013 New Revision: 251560 URL: http://svnweb.freebsd.org/changeset/base/251560 Log: Fix a bad calloc(3) call MFC after:2 weeks Modified: head/usr.sbin/pkg/dns_utils.c Modified: head/usr.sbin/pkg/dns_utils.c

Re: svn commit: r251794 - in head: . contrib/cvs etc etc/mtree gnu/usr.bin gnu/usr.bin/cvs share/doc/psd share/doc/psd/28.cvs share/mk tools/build/mk tools/build/options tools/tools/nanobsd/gateworks

2013-06-16 Thread Baptiste Daroussin
On Sat, Jun 15, 2013 at 08:06:03PM -0700, Peter Wemm wrote: On Sat, Jun 15, 2013 at 4:34 PM, Bryan Drewery bdrew...@freebsd.org wrote: There are build-time dependencies on cvs. This is just grepping my last (partial) exp-run logs for '/usr/bin/n?cvs' Where was this righteous indignation

svn commit: r251839 - in vendor/dialog/dist: . package package/debian po samples samples/copifuncs samples/install

2013-06-17 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 17 10:00:48 2013 New Revision: 251839 URL: http://svnweb.freebsd.org/changeset/base/251839 Log: Update dialog to 1.2-20130523 Added: vendor/dialog/dist/buildlist.c (contents, props changed) vendor/dialog/dist/po/an.po (contents, props changed)

svn commit: r251840 - vendor/dialog/1.2-20130523

2013-06-17 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 17 10:03:31 2013 New Revision: 251840 URL: http://svnweb.freebsd.org/changeset/base/251840 Log: Tag dialog 1.2-20130523 Added: vendor/dialog/1.2-20130523/ - copied from r251839, vendor/dialog/dist/ ___

svn commit: r251843 - in head: contrib/dialog contrib/dialog/package contrib/dialog/package/debian contrib/dialog/po contrib/dialog/samples contrib/dialog/samples/copifuncs contrib/dialog/samples/i...

2013-06-17 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 17 10:28:55 2013 New Revision: 251843 URL: http://svnweb.freebsd.org/changeset/base/251843 Log: Update dialog to 1.2-20130523 Level up WARNS Added: head/contrib/dialog/buildlist.c - copied unchanged from r251840, vendor/dialog/dist/buildlist.c

svn commit: r251845 - head/gnu/lib/libdialog

2013-06-17 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 17 13:02:39 2013 New Revision: 251845 URL: http://svnweb.freebsd.org/changeset/base/251845 Log: lower the WARNS to 1 again until I have more time to figure out the problems with WARNS=4 Reported by: gavin Modified: head/gnu/lib/libdialog/Makefile Modified:

Re: svn commit: r251843 - in head: contrib/dialog contrib/dialog/package contrib/dialog/package/debian contrib/dialog/po contrib/dialog/samples contrib/dialog/samples/copifuncs contrib/dialog/samples/

2013-06-17 Thread Baptiste Daroussin
On Mon, Jun 17, 2013 at 08:28:47AM -0500, Nathan Whitehorn wrote: On 06/17/13 05:28, Baptiste Daroussin wrote: Author: bapt Date: Mon Jun 17 10:28:55 2013 New Revision: 251843 URL: http://svnweb.freebsd.org/changeset/base/251843 Log: Update dialog to 1.2-20130523 Level up

svn commit: r251854 - head/usr.sbin/bsdinstall/partedit

2013-06-17 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 17 15:16:14 2013 New Revision: 251854 URL: http://svnweb.freebsd.org/changeset/base/251854 Log: Fix bindings of keys when in the partition editor. By adding the usual input binding to the partlist sub window. This is a workaround, as for unknown yet reason the keys

Re: svn commit: r251843 - in head: contrib/dialog contrib/dialog/package contrib/dialog/package/debian contrib/dialog/po contrib/dialog/samples contrib/dialog/samples/copifuncs contrib/dialog/samples/

2013-06-17 Thread Baptiste Daroussin
On Mon, Jun 17, 2013 at 08:37:37AM -0500, Nathan Whitehorn wrote: On 06/17/13 08:36, Baptiste Daroussin wrote: On Mon, Jun 17, 2013 at 08:28:47AM -0500, Nathan Whitehorn wrote: On 06/17/13 05:28, Baptiste Daroussin wrote: Author: bapt Date: Mon Jun 17 10:28:55 2013 New Revision: 251843

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-20 Thread Baptiste Daroussin
On Thu, Jun 20, 2013 at 09:33:52PM +0800, Julian Elischer wrote: On 6/20/13 9:13 PM, David Chisnall wrote: On 20 Jun 2013, at 14:09, Julian Elischer jul...@freebsd.org wrote: Which of the classes of user that I outlined do you think wants to be able to do that? As a FreeBSD user, I

svn commit: r252129 - in head: . gnu/lib/libdialog

2013-06-23 Thread Baptiste Daroussin
Author: bapt Date: Sun Jun 23 21:59:52 2013 New Revision: 252129 URL: http://svnweb.freebsd.org/changeset/base/252129 Log: Bump shlib for dialog because ABI has changed when version 1.2 was imported Reviewed by: kib Modified: head/ObsoleteFiles.inc head/gnu/lib/libdialog/Makefile

svn commit: r252216 - stable/9/usr.sbin/pkg

2013-06-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Jun 25 21:49:06 2013 New Revision: 252216 URL: http://svnweb.freebsd.org/changeset/base/252216 Log: MFC r251560 Fix a bad calloc(3) call Modified: stable/9/usr.sbin/pkg/dns_utils.c Directory Properties: stable/9/usr.sbin/pkg/ (props changed) Modified:

svn commit: r252217 - stable/8/usr.sbin/pkg

2013-06-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Jun 25 21:50:05 2013 New Revision: 252217 URL: http://svnweb.freebsd.org/changeset/base/252217 Log: MFC r251560 Fix a bad calloc(3) call Modified: stable/8/usr.sbin/pkg/dns_utils.c Directory Properties: stable/8/usr.sbin/pkg/ (props changed) Modified:

svn commit: r246723 - in stable/9: cddl/contrib/opensolaris/cmd/zfs cddl/sbin/zfs rescue/rescue

2013-02-12 Thread Baptiste Daroussin
Author: bapt Date: Tue Feb 12 23:01:21 2013 New Revision: 246723 URL: http://svnweb.freebsd.org/changeset/base/246723 Log: MFC: r240696, r240698, r240740 Allow zfs jail and zfs unjail to use both jailnames and jailid Modified: stable/9/cddl/contrib/opensolaris/cmd/zfs/zfs.8

svn commit: r246750 - in stable/8: cddl/contrib/opensolaris/cmd/zfs cddl/sbin/zfs rescue/rescue

2013-02-12 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 13 06:46:53 2013 New Revision: 246750 URL: http://svnweb.freebsd.org/changeset/base/246750 Log: MFC: r240696, r240698, r240740 Allow zfs jail and zfs unjail to use both jailnames and jailid Modified: stable/8/cddl/contrib/opensolaris/cmd/zfs/zfs.8

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

2013-02-14 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 14 12:42:09 2013 New Revision: 246790 URL: http://svnweb.freebsd.org/changeset/base/246790 Log: In case of failure of the pkg boostrap advice the user to either change the PACKAGESITE they use or install from ports directly indicating where the port is localted in

svn commit: r246791 - head/sys/fs/fdescfs

2013-02-14 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 14 13:03:15 2013 New Revision: 246791 URL: http://svnweb.freebsd.org/changeset/base/246791 Log: Allow fdescfs to be mounted from inside a jail MFC after:1 week Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified: head/sys/fs/fdescfs/fdesc_vfsops.c

svn commit: r246793 - head/sys/fs/fdescfs

2013-02-14 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 14 15:17:53 2013 New Revision: 246793 URL: http://svnweb.freebsd.org/changeset/base/246793 Log: Revert r246791 as it needs a security review first Reported by: gavin, rwatson Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified:

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

2013-02-20 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 20 22:51:42 2013 New Revision: 247060 URL: http://svnweb.freebsd.org/changeset/base/247060 Log: Do not use deprecated functions from libarchive Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c

svn commit: r247738 - in vendor/libyaml: . dist dist/config dist/doc dist/doc/html dist/include dist/src dist/tests dist/win32 dist/win32/vc6 dist/win32/vs2003 dist/win32/vs2008

2013-03-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 3 23:26:17 2013 New Revision: 247738 URL: http://svnweb.freebsd.org/changeset/base/247738 Log: Import libyaml 0.1.4 into vendor Added: vendor/libyaml/ vendor/libyaml/dist/ vendor/libyaml/dist/LICENSE vendor/libyaml/dist/Makefile.am (contents, props

svn commit: r247739 - vendor/libyaml/0.1.4

2013-03-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 3 23:27:21 2013 New Revision: 247739 URL: http://svnweb.freebsd.org/changeset/base/247739 Log: Tag libyaml 0.1.4 Added: vendor/libyaml/0.1.4/ - copied from r247738, vendor/libyaml/dist/ ___ svn-src-all@freebsd.org

svn commit: r247779 - in head: contrib/libyaml lib lib/libyaml share/mk tools

2013-03-04 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 4 11:27:41 2013 New Revision: 247779 URL: http://svnweb.freebsd.org/changeset/base/247779 Log: Import libyaml as libbsdyml (private brand name) LibYAML is a YAML 1.1 parser and emitter under MIT license which will soon be used by the pkg boostrap (usr.bin/pkg)

svn commit: r247840 - head/lib/libyaml

2013-03-05 Thread Baptiste Daroussin
@@ +.\ Copyright (c) 2013 Baptiste Daroussin b...@freebsd.org +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification, are permitted provided that the following conditions +.\ are met: +.\ 1. Redistributions of source code must retain the above

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

2013-03-05 Thread Baptiste Daroussin
/null 00:00:00 1970 (empty, because file is newly added) +++ head/usr.sbin/pkg/config.c Tue Mar 5 13:31:06 2013(r247841) @@ -0,0 +1,428 @@ +/*- + * Copyright (c) 2013 Baptiste Daroussin b...@freebsd.org + * All rights reserved. + * + * Redistribution and use in source and binary forms

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

2013-03-05 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 5 14:08:36 2013 New Revision: 247843 URL: http://svnweb.freebsd.org/changeset/base/247843 Log: choose in priority the allocated ABI if any to do the ${ABI} substitution in PACKAGESITE Reviewed by: bdrewery Modified: head/usr.sbin/pkg/config.c Modified:

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

2013-03-08 Thread Baptiste Daroussin
Author: bapt Date: Fri Mar 8 10:43:03 2013 New Revision: 248033 URL: http://svnweb.freebsd.org/changeset/base/248033 Log: Fix bootstrapping pkgng by not appending /latest/ to PACKAGESITE. Reporter by : Alexander Yerenkow (via irc) Modified: head/usr.sbin/pkg/pkg.c Modified:

svn commit: r248120 - stable/8/lib/libutil

2013-03-09 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 10 00:36:28 2013 New Revision: 248120 URL: http://svnweb.freebsd.org/changeset/base/248120 Log: MFC r237268 Revert user comparison back to user names as some user can share uids (root/toor for example) get the username information from old_pw structures to

svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 11 10:48:26 2013 New Revision: 248151 URL: http://svnweb.freebsd.org/changeset/base/248151 Log: Ports are no more exported via cvsup, remove cvsup examples and documentation refering to ports MFC after:2 days Deleted:

svn commit: r248168 - head/share/examples

2013-03-11 Thread Baptiste Daroussin
Author: bapt Date: Mon Mar 11 17:21:21 2013 New Revision: 248168 URL: http://svnweb.freebsd.org/changeset/base/248168 Log: Disconnect files removed in r248151 Modified: head/share/examples/Makefile Modified: head/share/examples/Makefile

Re: svn commit: r248151 - in head: . share/examples/cvsup

2013-03-11 Thread Baptiste Daroussin
On Mon, Mar 11, 2013 at 12:40:42PM -0700, Waitman Gobble wrote: Dmitry Morozovsky ma...@rinet.ru wrote .. On Mon, 11 Mar 2013, Waitman Gobble wrote: Baptiste Daroussin b...@freebsd.org wrote .. Author: bapt Date: Mon Mar 11 10:48:26 2013 New Revision: 248151 URL: http

  1   2   3   4   5   6   7   8   9   10   >