Re: svn commit: r212804 - head/sys/boot/zfs

2010-09-18 Thread Stefan Farfeleder
Um, was the change from 32 to 31 deliberate? On Fri, Sep 17, 2010 at 10:51:45PM +, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Fri Sep 17 22:51:45 2010 > New Revision: 212804 > URL: http://svn.freebsd.org/changeset/base/212804 > > Log: > Remove magic value. > > Modified: > head/sys/

Re: svn commit: r213769 - head/sys/geom/part

2010-10-13 Thread Stefan Farfeleder
On Wed, Oct 13, 2010 at 11:35:59AM +, Rui Paulo wrote: > Author: rpaulo > Date: Wed Oct 13 11:35:59 2010 > New Revision: 213769 > URL: http://svn.freebsd.org/changeset/base/213769 > > Log: > The canonical way to print __func__ when using KASSERT() is to write > ("%s", __func__). This avoid

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

2011-12-07 Thread Stefan Farfeleder
On Wed, Dec 07, 2011 at 03:25:48PM +, David Chisnall wrote: > > /* > + * If we're in a mode greater than C99, expose C1x functions. > + */ > +#if __ISO_C_VISIBLE > 1999 > +__noreturn void quick_exit(int) > +int > +at_quick_exit(void (*func)(void)); > +#endif /* __ISO_C_VISIBLE > 1999 */ > +/

Re: svn commit: r228471 - in head/sys: boot/arm/at91/libat91 dev/cm dev/de dev/fdc dev/pccard dev/spibus dev/xen/netback pc98/cbus

2011-12-13 Thread Stefan Farfeleder
On Tue, Dec 13, 2011 at 02:06:01PM +, Ed Schouten wrote: > Author: ed > Date: Tue Dec 13 14:06:01 2011 > New Revision: 228471 > URL: http://svn.freebsd.org/changeset/base/228471 > > Log: > Replace `inline static' by `static inline'. > > If I interpret the C standard correctly, the stora

svn commit: r229075 - head/usr.sbin/bluetooth/hccontrol

2011-12-31 Thread Stefan Farfeleder
Author: stefanf Date: Sat Dec 31 12:12:41 2011 New Revision: 229075 URL: http://svn.freebsd.org/changeset/base/229075 Log: Fix typos in command descriptions. Modified: head/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c Modified: head/usr.sbin/bluetooth/hccontrol/host_controller_bas

svn commit: r229123 - stable/9/contrib/gcc/config/i386

2011-12-31 Thread Stefan Farfeleder
Author: stefanf Date: Sat Dec 31 15:49:04 2011 New Revision: 229123 URL: http://svn.freebsd.org/changeset/base/229123 Log: MFC r226430: Adjust posix_memalign() prototype to match what we define in stdlib.h for C++ compilation. Modified: stable/9/contrib/gcc/config/i386/pmm_malloc.h Direct

Re: svn commit: r215612 - stable/8/sys/net80211

2010-11-21 Thread Stefan Farfeleder
On Sun, Nov 21, 2010 at 10:49:41AM +, Bernhard Schmidt wrote: > Author: bschmidt > Date: Sun Nov 21 10:49:40 2010 > New Revision: 215612 > URL: http://svn.freebsd.org/changeset/base/215612 > > Log: > Compare the address of the array, not the array. > > Committed by: rpaulo > Fou

svn commit: r197862 - stable/7/bin/sh

2009-10-08 Thread Stefan Farfeleder
Author: stefanf Date: Thu Oct 8 17:11:01 2009 New Revision: 197862 URL: http://svn.freebsd.org/changeset/base/197862 Log: Merge r191009. > Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entire > pipeline cmd2 | cmd3 and not just cmd2. Modified: stable/7/bin/sh/ (

svn commit: r226430 - head/contrib/gcc/config/i386

2011-10-16 Thread Stefan Farfeleder
Author: stefanf Date: Sun Oct 16 10:14:33 2011 New Revision: 226430 URL: http://svn.freebsd.org/changeset/base/226430 Log: Adjust posix_memalign() prototype to match what we define in stdlib.h for C++ compilation. PR: standards/147210 Modified: head/contrib/gcc/config/i386/pmm_malloc

Re: svn commit: r226430 - head/contrib/gcc/config/i386

2011-10-16 Thread Stefan Farfeleder
On Sun, Oct 16, 2011 at 12:25:14PM +0200, Roman Divacky wrote: > Can this be MFCed to stable/9 ? I've seen clang erroring out > because of this quite a lot. Yes I think so. Stefan > On Sun, Oct 16, 2011 at 10:14:33AM +, Stefan Farfeleder wrote: > > Author: stefanf > &

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

2011-11-09 Thread Stefan Farfeleder
On Tue, Nov 08, 2011 at 11:54:39PM +, Jilles Tjoelker wrote: > Author: jilles > Date: Tue Nov 8 23:54:39 2011 > New Revision: 227369 > URL: http://svn.freebsd.org/changeset/base/227369 > > Log: > sh: Remove undefined behaviour due to overflow in +/-/* in arithmetic. > > With i386 base

Re: svn commit: r227487 - head/include

2011-11-14 Thread Stefan Farfeleder
On Sun, Nov 13, 2011 at 04:18:48PM +, David Chisnall wrote: > Author: theraven > Date: Sun Nov 13 16:18:48 2011 > New Revision: 227487 > URL: http://svn.freebsd.org/changeset/base/227487 > > Log: > The spec says that FILE must be defined in wchar.h, but it wasn't. It > is now. Also hide

Re: svn commit: r216616 - in head/sys: kern sys

2010-12-21 Thread Stefan Farfeleder
On Tue, Dec 21, 2010 at 04:29:58PM +, Matthew D Fleming wrote: > Author: mdf > Date: Tue Dec 21 16:29:58 2010 > New Revision: 216616 > URL: http://svn.freebsd.org/changeset/base/216616 > > Log: > Move the fail_point_entry definition from fail.h to kern_fail.c, which > allows putting the en

Re: svn commit: r223138 - head/sys/ufs/ffs

2011-06-15 Thread Stefan Farfeleder
On Thu, Jun 16, 2011 at 05:26:03AM +, Tai-hwa Liang wrote: > Author: avatar > Date: Thu Jun 16 05:26:03 2011 > New Revision: 223138 > URL: http://svn.freebsd.org/changeset/base/223138 > > Log: > Fixing compilation bustage by introducing another forward declaration. > > Modified: > head/sy

svn commit: r219363 - head/bin/sh

2011-03-06 Thread Stefan Farfeleder
Author: stefanf Date: Mon Mar 7 07:31:15 2011 New Revision: 219363 URL: http://svn.freebsd.org/changeset/base/219363 Log: Remove unnecessary cast. Reviewed by: jilles Modified: head/bin/sh/arith_yylex.c Modified: head/bin/sh/arith_yylex.c ==

Re: svn commit: r221972 - head/sys/geom/part

2011-05-22 Thread Stefan Farfeleder
On Sun, May 15, 2011 at 08:03:55PM +, Andrey V. Elsukov wrote: > Author: ae > Date: Sun May 15 20:03:54 2011 > New Revision: 221972 > URL: http://svn.freebsd.org/changeset/base/221972 > > Log: > Add a sysctl kern.geom.part.check_integrity for those who has corrupt > partition tables and lo

svn commit: r190270 - head/bin/sh

2009-03-22 Thread Stefan Farfeleder
Author: stefanf Date: Sun Mar 22 17:20:42 2009 New Revision: 190270 URL: http://svn.freebsd.org/changeset/base/190270 Log: Make the output of the alias built-in POSIX-compliant: Drop the leading 'alias' and suppress printing the trailing space which is added for internal purposes. Modified:

svn commit: r190271 - head/tools/regression/bin/sh/builtins

2009-03-22 Thread Stefan Farfeleder
Author: stefanf Date: Sun Mar 22 17:22:14 2009 New Revision: 190271 URL: http://svn.freebsd.org/changeset/base/190271 Log: Update and extend the tests for alias. Modified: head/tools/regression/bin/sh/builtins/alias.0 head/tools/regression/bin/sh/builtins/alias.0.stdout Modified: head/tool

svn commit: r190284 - head/bin/sh

2009-03-22 Thread Stefan Farfeleder
Author: stefanf Date: Sun Mar 22 21:09:22 2009 New Revision: 190284 URL: http://svn.freebsd.org/changeset/base/190284 Log: - Apply the r190270 changes to printing of single aliases too. - Sort the aliases before printing them. Modified: head/bin/sh/alias.c Modified: head/bin/sh/alias.c ===

svn commit: r190285 - head/tools/regression/bin/sh/builtins

2009-03-22 Thread Stefan Farfeleder
Author: stefanf Date: Sun Mar 22 21:12:00 2009 New Revision: 190285 URL: http://svn.freebsd.org/changeset/base/190285 Log: Update test for r190284. Modified: head/tools/regression/bin/sh/builtins/alias.0 head/tools/regression/bin/sh/builtins/alias.0.stdout Modified: head/tools/regression/b

svn commit: r190295 - head/bin/sh

2009-03-22 Thread Stefan Farfeleder
Author: stefanf Date: Sun Mar 22 22:09:12 2009 New Revision: 190295 URL: http://svn.freebsd.org/changeset/base/190295 Log: Improve the IFS handling of the read built-in. Obtained from:NetBSD Submitted by: Jilles Tjoelker Modified: head/bin/sh/miscbltin.c Modified: head/bin/sh/

svn commit: r190296 - head/tools/regression/bin/sh/builtins

2009-03-22 Thread Stefan Farfeleder
Author: stefanf Date: Sun Mar 22 22:14:46 2009 New Revision: 190296 URL: http://svn.freebsd.org/changeset/base/190296 Log: Add a few tests for the read built-in. Added: head/tools/regression/bin/sh/builtins/read1.0 (contents, props changed) head/tools/regression/bin/sh/builtins/read1.0.st

svn commit: r190298 - head/bin/sh

2009-03-22 Thread Stefan Farfeleder
Author: stefanf Date: Sun Mar 22 22:57:53 2009 New Revision: 190298 URL: http://svn.freebsd.org/changeset/base/190298 Log: Fix the behaviour of the read built-in when IFS is unset. Obtained from:NetBSD Modified: head/bin/sh/miscbltin.c Modified: head/bin/sh/miscbltin.c =

svn commit: r190300 - head/tools/regression/bin/sh/builtins

2009-03-22 Thread Stefan Farfeleder
Author: stefanf Date: Sun Mar 22 23:00:52 2009 New Revision: 190300 URL: http://svn.freebsd.org/changeset/base/190300 Log: Test the r190298 change. Modified: head/tools/regression/bin/sh/builtins/read1.0 head/tools/regression/bin/sh/builtins/read1.0.stdout Modified: head/tools/regression/b

svn commit: r190698 - head/bin/sh

2009-04-04 Thread Stefan Farfeleder
Author: stefanf Date: Sat Apr 4 19:06:52 2009 New Revision: 190698 URL: http://svn.freebsd.org/changeset/base/190698 Log: Don't let trailing empty lines overwrite the result of the last command with 0. This affects the built-ins eval, fc, and trap and also the string passed to sh with the

svn commit: r191009 - head/bin/sh

2009-04-13 Thread Stefan Farfeleder
Author: stefanf Date: Mon Apr 13 19:10:56 2009 New Revision: 191009 URL: http://svn.freebsd.org/changeset/base/191009 Log: Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entire pipeline cmd2 | cmd3 and not just cmd2. PR: 130298 Submitted by: Jilles Tjoel

svn commit: r191010 - head/tools/regression/bin/sh/parser

2009-04-13 Thread Stefan Farfeleder
Author: stefanf Date: Mon Apr 13 19:12:28 2009 New Revision: 191010 URL: http://svn.freebsd.org/changeset/base/191010 Log: Add a test for r191009. Added: head/tools/regression/bin/sh/parser/ head/tools/regression/bin/sh/parser/and-pipe-not.0 (contents, props changed) Added: head/tools/re

Re: svn commit: r249083 - in head: rescue/rescue sbin sbin/atacontrol share/man/man4 sys/amd64/conf sys/arm/conf sys/cam/ata sys/conf sys/dev/ata sys/dev/ata/chipsets sys/i386/conf sys/ia64/conf sys/m

2013-04-06 Thread Stefan Farfeleder
On Thu, Apr 04, 2013 at 07:12:24AM +, Alexander Motin wrote: > Author: mav > Date: Thu Apr 4 07:12:24 2013 > New Revision: 249083 > URL: http://svnweb.freebsd.org/changeset/base/249083 > > Log: > Remove all legacy ATA code parts, not used since options ATA_CAM enabled in > most kernels be

Re: svn commit: r261801 - head/contrib/libc++/include

2014-02-13 Thread Stefan Farfeleder
On Wed, Feb 12, 2014 at 06:14:50PM +, Dimitry Andric wrote: > Author: dim > Date: Wed Feb 12 18:14:49 2014 > New Revision: 261801 > URL: http://svnweb.freebsd.org/changeset/base/261801 > > Log: > An ABI incompatibility crept into the libc++ 3.4 import in r261283. It > was caused by upstre

Re: svn commit: r261283 - in head: contrib/libc++ contrib/libc++/include contrib/libc++/include/experimental contrib/libc++/include/ext contrib/libc++/src etc/mtree lib/libc++ sys/sys tools/build/mk

2014-02-03 Thread Stefan Farfeleder
On Thu, Jan 30, 2014 at 07:44:23AM +, Dimitry Andric wrote: > Author: dim > Date: Thu Jan 30 07:44:22 2014 > New Revision: 261283 > URL: http://svnweb.freebsd.org/changeset/base/261283 > > Log: > Import libc++ 3.4 release. This contains a lot of bugfixes, and some > preliminary support fo

Re: svn commit: r261283 - in head: contrib/libc++ contrib/libc++/include contrib/libc++/include/experimental contrib/libc++/include/ext contrib/libc++/src etc/mtree lib/libc++ sys/sys tools/build/mk

2014-02-04 Thread Stefan Farfeleder
On Mon, Feb 03, 2014 at 07:54:01PM +0100, Dimitry Andric wrote: > On 03 Feb 2014, at 13:32, Stefan Farfeleder wrote: > > On Thu, Jan 30, 2014 at 07:44:23AM +, Dimitry Andric wrote: > >> Author: dim > >> Date: Thu Jan 30 07:44:22 2014 > >>

svn commit: r250242 - head/tools/regression/usr.bin/xargs

2013-05-04 Thread Stefan Farfeleder
Author: stefanf Date: Sat May 4 16:41:14 2013 New Revision: 250242 URL: http://svnweb.freebsd.org/changeset/base/250242 Log: Add a few xargs tests related to -0, -n and quoting. Added: head/tools/regression/usr.bin/xargs/regress.0.in (contents, props changed) head/tools/regression/usr.bi

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

2013-05-19 Thread Stefan Farfeleder
On Sun, May 19, 2013 at 07:44:02AM +, Ed Schouten wrote: > Author: ed > Date: Sun May 19 07:44:01 2013 > New Revision: 250806 > URL: http://svnweb.freebsd.org/changeset/base/250806 > > Log: > Remove lint case for _Thread_local. > > I added this block, knowing that lint does not support

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

2013-05-20 Thread Stefan Farfeleder
On Mon, May 20, 2013 at 01:06:50PM +0200, Ed Schouten wrote: > Hi Stefan, > > 2013/5/19 Stefan Farfeleder : > > Shouldn't we fix lint and our headers to use a different macro name? One > > starting with __? > > Fixing lint: yes. Changing our macros to use a diffe

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

2013-05-20 Thread Stefan Farfeleder
On Tue, May 21, 2013 at 01:15:11AM +1000, Bruce Evans wrote: > On Mon, 20 May 2013, Stefan Farfeleder wrote: > > > I think you misunderstood what I meant. We now have quiet a few > > occurrences of `#ifdef lint' or equivalent in /usr/include. I think those > > should

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-27 Thread Stefan Farfeleder
On Fri, Oct 25, 2013 at 07:44:54PM +, Adrian Chadd wrote: > Author: adrian > Date: Fri Oct 25 19:44:53 2013 > New Revision: 257133 > URL: http://svnweb.freebsd.org/changeset/base/257133 > > Log: > Temporarily disable multi-rate retry (link quality) and eliminate rate > index lookups. >

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Stefan Farfeleder
On Mon, Oct 28, 2013 at 10:17:02AM -0700, Adrian Chadd wrote: > Ping, any response? > > I'd like to narrow down what's going on here. Yeah, I'll have results soon, at the moment rebuilding my kernel. Stefan ___ svn-src-all@freebsd.org mailing list htt

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Stefan Farfeleder
On Mon, Oct 28, 2013 at 10:17:02AM -0700, Adrian Chadd wrote: > Ping, any response? > > I'd like to narrow down what's going on here. http://pastebin.com/veDsb0Xj Does this help in any way? Stefan ___ svn-src-all@freebsd.org mailing list http://lists.

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Stefan Farfeleder
On Mon, Oct 28, 2013 at 12:07:17PM -0700, Adrian Chadd wrote: > Yeah: > > Oct 28 19:43:43 mole kernel: iwn5000_tx_done: qid 3 idx 4 retries 7 > nkill 0 rate a902 duration 686 status 83 > > status 0x83 is LONG_LIMIT, which meant it tried to transmit and it > failed to get an ACK each time. > > Th

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-29 Thread Stefan Farfeleder
On Mon, Oct 28, 2013 at 09:27:30PM -0700, Adrian Chadd wrote: > I've filed a PR. > > Please update to -HEAD and test. Ok thanks, will do. Probably I won't be able before tomorrow though. Stefan ___ svn-src-all@freebsd.org mailing list http://lists.free

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-30 Thread Stefan Farfeleder
On Tue, Oct 29, 2013 at 10:17:18AM +0100, Stefan Farfeleder wrote: > On Mon, Oct 28, 2013 at 09:27:30PM -0700, Adrian Chadd wrote: > > I've filed a PR. > > > > Please update to -HEAD and test. > > Ok thanks, will do. Probably I won't be able before tomo

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

2012-03-12 Thread Stefan Farfeleder
On Mon, Mar 12, 2012 at 11:04:48AM +, Dimitry Andric wrote: > Modified: head/libexec/rtld-elf/rtld.c > == > --- head/libexec/rtld-elf/rtld.c Mon Mar 12 10:36:03 2012 > (r232856) > +++ head/libexec/rtld-elf/

svn commit: r230310 - stable/8/contrib/gcc/config/i386

2012-01-18 Thread Stefan Farfeleder
Author: stefanf Date: Wed Jan 18 18:22:25 2012 New Revision: 230310 URL: http://svn.freebsd.org/changeset/base/230310 Log: MFC r226430: Adjust posix_memalign() prototype to match what we define in stdlib.h for C++ compilation. Modified: stable/8/contrib/gcc/config/i386/pmm_malloc.h Direct

svn commit: r230464 - head/share/man/man4

2012-01-22 Thread Stefan Farfeleder
Author: stefanf Date: Sun Jan 22 14:04:42 2012 New Revision: 230464 URL: http://svn.freebsd.org/changeset/base/230464 Log: Document the values for hw.snd.default_auto. Modified: head/share/man/man4/pcm.4 Modified: head/share/man/man4/pcm.4

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

2012-01-25 Thread Stefan Farfeleder
Author: stefanf Date: Wed Jan 25 18:49:11 2012 New Revision: 230546 URL: http://svn.freebsd.org/changeset/base/230546 Log: Remove extra sentence, a leftover from r202845. Modified: head/usr.bin/bc/bc.1 Modified: head/usr.bin/bc/bc.1 ===

Re: svn commit: r230230 - head/sys/dev/random

2012-01-26 Thread Stefan Farfeleder
On Thu, Jan 26, 2012 at 11:32:38AM -0500, John Baldwin wrote: > On Thursday, January 26, 2012 10:56:27 am Andrey Chernov wrote: > > > On Thu, Jan 26, 2012 at 08:39:07AM -0500, John Baldwin wrote: > > > > atomic_cmpset_int(&iniseed_state, ARC4_ENTER_NONE, > ARC4_ENTER_HAVE); > > > >

Re: svn commit: r230230 - head/sys/dev/random

2012-01-26 Thread Stefan Farfeleder
On Thu, Jan 26, 2012 at 06:34:13PM +0100, Stefan Farfeleder wrote: > > The type of an enumerator actually is `int', so it should be fine. Please ignore that, I misread the diff. Stefan ___ svn-src-all@freebsd.org mailing list http://lists.

Re: svn commit: r244604 - head/usr.sbin/gssd

2012-12-23 Thread Stefan Farfeleder
On Sat, Dec 22, 2012 at 11:21:17PM +, Rick Macklem wrote: > Author: rmacklem > Date: Sat Dec 22 23:21:17 2012 > New Revision: 244604 > URL: http://svnweb.freebsd.org/changeset/base/244604 > > Log: > It was reported via email that some sshds create kerberos > credential cache files with nam

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

2012-10-11 Thread Stefan Farfeleder
Author: stefanf Date: Thu Oct 11 07:39:51 2012 New Revision: 241439 URL: http://svn.freebsd.org/changeset/base/241439 Log: Apply some style. Checked with md5. Modified: head/lib/libc/gen/fstab.c Modified: head/lib/libc/gen/fstab.c =

svn commit: r241440 - in head: lib/libc/gen share/man/man5

2012-10-11 Thread Stefan Farfeleder
Author: stefanf Date: Thu Oct 11 07:54:29 2012 New Revision: 241440 URL: http://svn.freebsd.org/changeset/base/241440 Log: Decode the first two fstab fields with strunvis(3). This allows having spaces in devices and mount paths, encoded as \s or \040. PR: bin/117687 Submitted

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

2012-10-11 Thread Stefan Farfeleder
Author: stefanf Date: Thu Oct 11 08:18:28 2012 New Revision: 241441 URL: http://svn.freebsd.org/changeset/base/241441 Log: Fix my last commit. Only call strunvis after properly checking the argument is not NULL. Modified: head/lib/libc/gen/fstab.c Modified: head/lib/libc/gen/fstab.c

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

2012-03-30 Thread Stefan Farfeleder
Hi, here are a few similar cases. Stefan Index: tools/regression/lib/libc/nss/test-gethostby.c === --- tools/regression/lib/libc/nss/test-gethostby.c (revision 233700) +++ tools/regression/lib/libc/nss/test-gethostby.c (working copy)

Re: svn commit: r247014 - head/lib/libc/stdlib

2013-02-20 Thread Stefan Farfeleder
On Wed, Feb 20, 2013 at 09:32:43AM +, David Chisnall wrote: > On 20 Feb 2013, at 08:25, m...@freebsd.org wrote: > > > These should be declared const int *. And the cast shouldn't be > > needed in C, since void * can be assigned to any other pointer type. > > In fact, the entire function body

Re: svn commit: r240156 - head/lib/libproc

2012-09-06 Thread Stefan Farfeleder
On Thu, Sep 06, 2012 at 03:19:49AM +, Rui Paulo wrote: > @@ -266,7 +268,11 @@ proc_addr2sym(struct proc_handle *p, uin > if (addr >= rsym && addr <= (rsym + sym.st_size)) { > s = elf_strptr(e, dynsymstridx, sym.st_name); > if (s) { > -

svn commit: r199628 - head/tools/regression/bin/sh/builtins

2009-11-21 Thread Stefan Farfeleder
Author: stefanf Date: Sat Nov 21 14:12:51 2009 New Revision: 199628 URL: http://svn.freebsd.org/changeset/base/199628 Log: Add a few very basic tests for cd -{L,P} and pwd -{L,P}. Modified: head/tools/regression/bin/sh/builtins/cd1.0 Modified: head/tools/regression/bin/sh/builtins/cd1.0

svn commit: r199631 - head/bin/sh

2009-11-21 Thread Stefan Farfeleder
Author: stefanf Date: Sat Nov 21 14:53:22 2009 New Revision: 199631 URL: http://svn.freebsd.org/changeset/base/199631 Log: Handle current work directories of arbitrary length. The argument to cd continues to be limited by PATH_MAX (1024). Obtained from:NetBSD PR: 1044

svn commit: r199632 - head/tools/regression/bin/sh/builtins

2009-11-21 Thread Stefan Farfeleder
Author: stefanf Date: Sat Nov 21 14:54:35 2009 New Revision: 199632 URL: http://svn.freebsd.org/changeset/base/199632 Log: Add a test for r199631. Added: head/tools/regression/bin/sh/builtins/cd2.0 (contents, props changed) Added: head/tools/regression/bin/sh/builtins/cd2.0 ===

svn commit: r200120 - head/usr.bin/make

2009-12-05 Thread Stefan Farfeleder
Author: stefanf Date: Sat Dec 5 13:12:04 2009 New Revision: 200120 URL: http://svn.freebsd.org/changeset/base/200120 Log: Add a missing space to the error message when execvp() failed. Modified: head/usr.bin/make/proc.c Modified: head/usr.bin/make/proc.c

Re: svn commit: r200068 - head/usr.bin

2009-12-10 Thread Stefan Farfeleder
On Thu, Dec 03, 2009 at 06:02:55PM +, Roman Divacky wrote: > Author: rdivacky > Date: Thu Dec 3 18:02:55 2009 > New Revision: 200068 > URL: http://svn.freebsd.org/changeset/base/200068 > > Log: > Connect unzip to the build. > > Approved by:ed (mentor) > Approved by:de

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

2010-07-24 Thread Stefan Farfeleder
Hi Konstantin, declaring enums like this is not standard C code (seems to be a GCC extension). I don't think we should use this feature in our headers. Stefan On Sat, Jul 24, 2010 at 06:14:34PM +, Konstantin Belousov wrote: > Author: kib > Date: Sat Jul 24 18:14:34 2010 > New Revision: 21045

Re: svn commit: r210498 - in head/sys: compat/freebsd32 sys

2010-07-26 Thread Stefan Farfeleder
On Mon, Jul 26, 2010 at 12:52:45PM +, Konstantin Belousov wrote: > Author: kib > Date: Mon Jul 26 12:52:44 2010 > New Revision: 210498 > URL: http://svn.freebsd.org/changeset/base/210498 > > Log: > Revert r210451, and the similar part of the r210431. The forward-declaration > for the enum

svn commit: r210941 - head/share/man/man9

2010-08-06 Thread Stefan Farfeleder
Author: stefanf Date: Fri Aug 6 16:50:48 2010 New Revision: 210941 URL: http://svn.freebsd.org/changeset/base/210941 Log: Add links for destroy_dev_drain, destroy_dev_sched, destroy_dev_sched_cb, make_dev_cred and make_dev_credf. Modified: head/share/man/man9/Makefile Modified: head/share

Re: svn commit: r211130 - head/libexec/rtld-elf/mips

2010-08-09 Thread Stefan Farfeleder
On Tue, Aug 10, 2010 at 05:15:35AM +, Neel Natu wrote: > Author: neel > Date: Tue Aug 10 05:15:35 2010 > New Revision: 211130 > URL: http://svn.freebsd.org/changeset/base/211130 > > Log: > Fix compilation error for 64-bit little endian build: > libexec/rtld-elf/mips/reloc.c:196: warning: r

Re: svn commit: r211130 - head/libexec/rtld-elf/mips

2010-08-10 Thread Stefan Farfeleder
On Tue, Aug 10, 2010 at 12:55:38PM +0530, Jayachandran C. wrote: > > I think there is a problem in sys/mips/include/_endian.h > -- > #define __bswap16(x)(__uint16_t)(__is_constant(x) ? \ > __bswap16_const((__uint16_t)x) : __bswap16_var((__uint16_t)x)) > #define __bswap32(x)

Re: svn commit: r201794 - in head/sys: ddb dev/ep dev/ex netinet6

2010-01-08 Thread Stefan Farfeleder
On Fri, Jan 08, 2010 at 03:44:49PM +, Edward Tomasz Napierala wrote: > Author: trasz > Date: Fri Jan 8 15:44:49 2010 > New Revision: 201794 > URL: http://svn.freebsd.org/changeset/base/201794 > > Log: > Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order > to silence n

svn commit: r208133 - stable/7/bin/sh

2010-05-16 Thread Stefan Farfeleder
Author: stefanf Date: Sun May 16 09:59:28 2010 New Revision: 208133 URL: http://svn.freebsd.org/changeset/base/208133 Log: Merge r199631: Handle current work directories of arbitrary length. Modified: stable/7/bin/sh/cd.c Directory Properties: stable/7/bin/sh/ (props changed) Modified: s

svn commit: r208134 - stable/8/bin/sh

2010-05-16 Thread Stefan Farfeleder
Author: stefanf Date: Sun May 16 10:01:06 2010 New Revision: 208134 URL: http://svn.freebsd.org/changeset/base/208134 Log: Merge r199631: Handle current work directories of arbitrary length. Modified: stable/8/bin/sh/cd.c Directory Properties: stable/8/bin/sh/ (props changed) Modified: s

svn commit: r208135 - stable/7/bin/sh

2010-05-16 Thread Stefan Farfeleder
Author: stefanf Date: Sun May 16 10:20:54 2010 New Revision: 208135 URL: http://svn.freebsd.org/changeset/base/208135 Log: Merge r190698: Don't let trailing empty lines overwrite the result of the last command with 0. Modified: stable/7/bin/sh/eval.c Directory Properties: stable/7/bin/sh/

svn commit: r208136 - stable/7/bin/sh

2010-05-16 Thread Stefan Farfeleder
Author: stefanf Date: Sun May 16 10:23:33 2010 New Revision: 208136 URL: http://svn.freebsd.org/changeset/base/208136 Log: Merge r193169: Fix the eval command in combination with set -e. Modified: stable/7/bin/sh/eval.c stable/7/bin/sh/eval.h stable/7/bin/sh/histedit.c stable/7/bin/sh/m

svn commit: r208380 - stable/8/tools/regression/bin/sh/builtins

2010-05-21 Thread Stefan Farfeleder
Author: stefanf Date: Fri May 21 16:01:57 2010 New Revision: 208380 URL: http://svn.freebsd.org/changeset/base/208380 Log: Merge r199628 and r199632: Tests for the cd command. Added: stable/8/tools/regression/bin/sh/builtins/cd2.0 - copied unchanged from r199632, head/tools/regression/b

svn commit: r208386 - stable/7/tools/regression/bin/sh/builtins

2010-05-21 Thread Stefan Farfeleder
Author: stefanf Date: Fri May 21 16:25:16 2010 New Revision: 208386 URL: http://svn.freebsd.org/changeset/base/208386 Log: Merge r199628 and r199632: Tests for the cd command. Added: stable/7/tools/regression/bin/sh/builtins/cd1.0 - copied, changed from r176522, head/tools/regression/bin

svn commit: r208387 - in stable/7/tools/regression/bin/sh: builtins set-e

2010-05-21 Thread Stefan Farfeleder
Author: stefanf Date: Fri May 21 16:32:14 2010 New Revision: 208387 URL: http://svn.freebsd.org/changeset/base/208387 Log: Merge r193178 and r194897: Tests for the eval command. Added: stable/7/tools/regression/bin/sh/builtins/eval1.0 - copied unchanged from r193178, head/tools/regressi

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

2010-06-13 Thread Stefan Farfeleder
On Sun, Jun 13, 2010 at 01:59:11PM +, m...@freebsd.org wrote: > > (Relevant but almost a thread hijack): > > At Isilon we've run into a lot of problems with variable declarations > in macros, especially with -Wshadow turned on. We ended up > backporting __COUNTER__ from later versions of gcc

Re: svn commit: r186385 - head/sys/dev/agp

2008-12-21 Thread Stefan Farfeleder
On Sun, Dec 21, 2008 at 10:30:37PM +, Robert Noland wrote: > Author: rnoland > Date: Sun Dec 21 22:30:37 2008 > New Revision: 186385 > URL: http://svn.freebsd.org/changeset/base/186385 > > Log: > Deal with 0 length args... > > Approved by:kib > > Modified: > head/sys/dev/agp/

svn commit: r185231 - head/bin/sh

2008-11-23 Thread Stefan Farfeleder
Author: stefanf Date: Sun Nov 23 20:23:57 2008 New Revision: 185231 URL: http://svn.freebsd.org/changeset/base/185231 Log: Fix $? at the first command of a function. The previous exit status was saved twice and thus lost. Modified: head/bin/sh/eval.c Modified: head/bin/sh/eval.c =

svn commit: r185232 - head/tools/regression/bin/sh/parameters

2008-11-23 Thread Stefan Farfeleder
Author: stefanf Date: Sun Nov 23 20:27:03 2008 New Revision: 185232 URL: http://svn.freebsd.org/changeset/base/185232 Log: Add a test for r185231. Added: head/tools/regression/bin/sh/parameters/ head/tools/regression/bin/sh/parameters/exitstatus1.0 (contents, props changed) Added: head/

svn commit: r185401 - head/bin/sh

2008-11-28 Thread Stefan Farfeleder
Author: stefanf Date: Fri Nov 28 18:55:42 2008 New Revision: 185401 URL: http://svn.freebsd.org/changeset/base/185401 Log: Report error messages of the builtins 'type' and 'command -V' to stderr instead of stdout. Noticed by: Zajcev Evgeny Modified: head/bin/sh/exec.c Modified: hea

svn commit: r185402 - head/tools/regression/bin/sh/builtins

2008-11-28 Thread Stefan Farfeleder
Author: stefanf Date: Fri Nov 28 18:59:04 2008 New Revision: 185402 URL: http://svn.freebsd.org/changeset/base/185402 Log: Update for 185401, errors now go to stderr. Added: head/tools/regression/bin/sh/builtins/type1.0.stderr (props changed) - copied unchanged from r181018, head/tool

svn commit: r193169 - head/bin/sh

2009-05-31 Thread Stefan Farfeleder
Author: stefanf Date: Sun May 31 12:36:14 2009 New Revision: 193169 URL: http://svn.freebsd.org/changeset/base/193169 Log: Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the stat

svn commit: r193178 - in head/tools/regression/bin/sh: builtins set-e

2009-05-31 Thread Stefan Farfeleder
Author: stefanf Date: Sun May 31 17:23:27 2009 New Revision: 193178 URL: http://svn.freebsd.org/changeset/base/193178 Log: Add tests for r193169. Added: head/tools/regression/bin/sh/builtins/eval1.0 (contents, props changed) head/tools/regression/bin/sh/set-e/eval1.0 (contents, props ch

Re: svn commit: r267675 - head/lib/libc/regex

2014-06-20 Thread Stefan Farfeleder
On Fri, Jun 20, 2014 at 03:29:10PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Fri Jun 20 15:29:09 2014 > New Revision: 267675 > URL: http://svnweb.freebsd.org/changeset/base/267675 > > Log: > regex: Make use of reallocf(). > > Use of reallocf is useful in libraries as we are not c

Re: svn commit: r268045 - in head/sys: amd64/conf i386/conf

2014-07-06 Thread Stefan Farfeleder
On Mon, Jun 30, 2014 at 04:18:38PM +, Ed Maste wrote: > Author: emaste > Date: Mon Jun 30 16:18:38 2014 > New Revision: 268045 > URL: http://svnweb.freebsd.org/changeset/base/268045 > > Log: > Add vt(4) to GENERIC and retire the separate VT config > > vt(4) and sc(4) can now coexist in

Re: svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-20 Thread Stefan Farfeleder
Hi, On Sat, Jul 19, 2014 at 08:59:08PM +, Neel Natu wrote: > Author: neel > Date: Sat Jul 19 20:59:08 2014 > New Revision: 268889 > URL: http://svnweb.freebsd.org/changeset/base/268889 > Modified: head/sys/amd64/vmm/intel/vmx.c > =

Re: svn commit: r268869 - in head/sys: amd64/amd64 cddl/dev/dtrace/amd64 cddl/dev/fbt

2014-07-20 Thread Stefan Farfeleder
Hi, On Sat, Jul 19, 2014 at 02:27:32AM +, Mark Johnston wrote: > Author: markj > Date: Sat Jul 19 02:27:31 2014 > New Revision: 268869 > URL: http://svnweb.freebsd.org/changeset/base/268869 > Modified: head/sys/amd64/amd64/trap.c > ===

Re: svn commit: r272505 - in head/sys: kern sys

2014-10-05 Thread Stefan Farfeleder
On Sat, Oct 04, 2014 at 02:21:54PM +, Bjoern A. Zeeb wrote: > > On 04 Oct 2014, at 08:08 , Mateusz Guzik wrote: > > > Author: mjg > > Date: Sat Oct 4 08:08:56 2014 > > New Revision: 272505 > > URL: https://svnweb.freebsd.org/changeset/base/272505 > > > > Log: > > Plug capability races. >

Re: svn commit: r272505 - in head/sys: kern sys

2014-10-05 Thread Stefan Farfeleder
On Sun, Oct 05, 2014 at 08:16:17PM +0300, Konstantin Belousov wrote: > On Sun, Oct 05, 2014 at 06:39:54PM +0200, Stefan Farfeleder wrote: > > On Sat, Oct 04, 2014 at 02:21:54PM +, Bjoern A. Zeeb wrote: > > > > > > On 04 Oct 2014, at 08:08 , Mateusz Guzik wrote:

Re: svn commit: r272894 - head/sys/dev/mc146818

2014-10-10 Thread Stefan Farfeleder
On Fri, Oct 10, 2014 at 02:17:43PM +, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Oct 10 14:17:42 2014 > New Revision: 272894 > URL: https://svnweb.freebsd.org/changeset/base/272894 > > Log: > Use FreeBSD-bit-checking-style > This appease gcc 4.9 issuing warnings about parentheses

svn commit: r273702 - head/tools/regression/lib/libc/nss

2014-10-26 Thread Stefan Farfeleder
Author: stefanf Date: Sun Oct 26 17:56:58 2014 New Revision: 273702 URL: https://svnweb.freebsd.org/changeset/base/273702 Log: Remove incorrect semicolon. Modified: head/tools/regression/lib/libc/nss/test-gethostby.c Modified: head/tools/regression/lib/libc/nss/test-gethostby.c =

Re: svn commit: r274086 - head/sbin/route

2014-11-04 Thread Stefan Farfeleder
On Tue, Nov 04, 2014 at 10:21:35AM +, Alexander V. Chernikov wrote: > Author: melifaro > Date: Tue Nov 4 10:21:34 2014 > New Revision: 274086 > URL: https://svnweb.freebsd.org/changeset/base/274086 > > Log: > Put "break" after err() to please coverity. > > Reported by:Coverity

Re: svn commit: r269188 - head/sys/dev/vt

2014-07-28 Thread Stefan Farfeleder
On Mon, Jul 28, 2014 at 02:22:34PM +, Aleksandr Rybalko wrote: > Author: ray > Date: Mon Jul 28 14:22:34 2014 > New Revision: 269188 > URL: http://svnweb.freebsd.org/changeset/base/269188 > > Log: > Avoid embedding buffers into static virtual terminal window. > > MFC after: 1 week >

svn commit: r276854 - in stable/9: lib/libc/gen share/man/man5

2015-01-08 Thread Stefan Farfeleder
Author: stefanf Date: Thu Jan 8 21:17:35 2015 New Revision: 276854 URL: https://svnweb.freebsd.org/changeset/base/276854 Log: Belatedly MFC r241440 and r241441: Decode the first two fstab fields with strunvis(3). This allows having spaces in devices and mount paths, encoded as \s or \040.