Re: kern/121073: [kernel] [patch] run chroot as an unprivileged user

2014-05-30 Thread Jilles Tjoelker
The following reply was made to PR kern/121073; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, ji...@quis.cx Cc: Subject: Re: kern/121073: [kernel] [patch] run chroot as an unprivileged user Date: Sat, 31 May 2014 01:02:46 +0200 In FreeBSD PR kern/121073, you

Re: kern/189845: [kvm] UnNecessary Copy of Error Buffer in _kvm_open

2014-05-18 Thread Jilles Tjoelker
The following reply was made to PR kern/189845; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, myron.wal...@emc.com Cc: Subject: Re: kern/189845: [kvm] UnNecessary Copy of Error Buffer in _kvm_open Date: Mon, 19 May 2014 00:05:07 +0200 In FreeBSD PR kern

Re: bin/188485: mergemaster -p fails with "/var/tmp/temproot suddenly disappeared"

2014-04-14 Thread jilles
Synopsis: mergemaster -p fails with "/var/tmp/temproot suddenly disappeared" State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Mon Apr 14 22:02:15 UTC 2014 State-Changed-Why: Committed to head, thanks! Responsible-Changed-From-To: freebsd

Re: kern/175674: [libc] [patch] sem_open() should use O_EXLOCK with open() instead of a separate flock() call

2014-04-13 Thread jilles
Synopsis: [libc] [patch] sem_open() should use O_EXLOCK with open() instead of a separate flock() call State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Apr 13 21:24:03 UTC 2014 State-Changed-Why: This was applied to 10-current. An MFC seems unnecessary to

Re: kern/159179: [libc] close(2) emitting ECONNRESET is not POSIX compliant

2014-04-13 Thread Jilles Tjoelker
The following reply was made to PR kern/159179; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, free...@grem.de Cc: Subject: Re: kern/159179: [libc] close(2) emitting ECONNRESET is not POSIX compliant Date: Sun, 13 Apr 2014 23:14:27 +0200 In FreeBSD PR kern

Re: kern/127048: systat(1) information leak when security.bsd.see_other_uids=0

2014-04-13 Thread jilles
Synopsis: systat(1) information leak when security.bsd.see_other_uids=0 State-Changed-From-To: open->feedback State-Changed-By: jilles State-Changed-When: Sun Apr 13 20:41:07 UTC 2014 State-Changed-Why: I tested this on stable/9 and head (11.0) and it appears to work properly. Either this

Re: kern/94519: [libc] [patch] Add UF_HIDDEN file flag; map it to Windows "hidden" attribute for msdosfs, ntfs

2014-04-13 Thread jilles
Synopsis: [libc] [patch] Add UF_HIDDEN file flag; map it to Windows "hidden" attribute for msdosfs, ntfs State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Apr 13 20:12:38 UTC 2014 State-Changed-Why: The UF_HIDDEN flag was added in SVN r254627 (pr

Re: kern/82980: [libc] realpath(3) treats regular files as directories

2014-04-13 Thread jilles
Synopsis: [libc] realpath(3) treats regular files as directories State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Sun Apr 13 19:51:25 UTC 2014 State-Changed-Why: Fixed in head (not using NetBSD's patch, since their code seems rather different). Res

Re: bin/188485: mergemaster -p fails with "/var/tmp/temproot suddenly disappeared"

2014-04-13 Thread Jilles Tjoelker
The following reply was made to PR bin/188485; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, david.boy...@twc.com Cc: Subject: Re: bin/188485: mergemaster -p fails with "/var/tmp/temproot suddenly disappeared" Date: Sun, 13 Apr 2014 17:03:15

Re: kern/36902: [libc] [patch] proposed new format code %N for strftime(3)

2014-04-11 Thread jilles
Synopsis: [libc] [patch] proposed new format code %N for strftime(3) State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Fri Apr 11 15:51:51 UTC 2014 State-Changed-Why: The requested functionality is available as "%_m". Responsible-Changed-From-To:

Re: kern/36902: [libc] [patch] proposed new format code %N for strftime(3)

2014-04-11 Thread Jilles Tjoelker
The following reply was made to PR kern/36902; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, atara...@cox.rr.com Cc: Subject: Re: kern/36902: [libc] [patch] proposed new format code %N for strftime(3) Date: Fri, 11 Apr 2014 17:47:31 +0200 In FreeBSD PR kern

Re: kern/56339: select(2) call (poll(2) too) hangs, yet call works perfectly (no hang) under gdb

2014-04-06 Thread jilles
Old Synopsis: select(2) call (poll(2) too) hangs, yet call works perfectly New Synopsis: select(2) call (poll(2) too) hangs, yet call works perfectly (no hang) under gdb State-Changed-From-To: open->feedback State-Changed-By: jilles State-Changed-When: Sun Apr 6 22:50:09 UTC 2014 State-Chan

Re: kern/149591: [kernel] struct callout:c_flags should be volatile

2014-04-06 Thread jilles
Synopsis: [kernel] struct callout:c_flags should be volatile State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Apr 6 21:34:16 UTC 2014 State-Changed-Why: Hi, Thanks for your request. I think the volatile qualifier should not be added. callout_active() sho

Re: kern/73496: [request] A more flexible version of mkstemp()

2014-04-06 Thread jilles
Synopsis: [request] A more flexible version of mkstemp() State-Changed-From-To: suspended->patched State-Changed-By: jilles State-Changed-When: Sun Apr 6 20:59:53 UTC 2014 State-Changed-Why: This mkstemp() variant is available in 10.0 as mkostemp(). Responsible-Changed-From-To: freebsd-b

Re: misc/178838: [build] share/i18n/csmapper tries to use $DESTDIR/usr/bin/touch despite touch will first be installed at a later stage during make installworld

2014-04-06 Thread jilles
Synopsis: [build] share/i18n/csmapper tries to use $DESTDIR/usr/bin/touch despite touch will first be installed at a later stage during make installworld State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Apr 6 20:19:15 UTC 2014 State-Changed-Why: The prob

Re: bin/182072: sysinstall(8): Warning: The disc currently in the drive is either not a FreeBSD disc

2014-04-06 Thread jilles
Old Synopsis: Warning: The disc currently in the drive is either not a FreeBSD disc New Synopsis: sysinstall(8): Warning: The disc currently in the drive is either not a FreeBSD disc Responsible-Changed-From-To: freebsd-bugs->freebsd-sysinstall Responsible-Changed-By: jilles Responsible-Chan

Re: bin/153156: When watch(1) is invoked incorrectly it trashes the tty

2014-04-06 Thread jilles
Synopsis: When watch(1) is invoked incorrectly it trashes the tty State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Apr 6 19:38:23 UTC 2014 State-Changed-Why: This is a duplicate of PR bin/153052. Also, this is already fixed in stable/9 and newer. Responsi

Re: bin/109478: [libc] [patch] adopt reentrant syslog functions from OpenBSD

2014-04-06 Thread Jilles Tjoelker
The following reply was made to PR bin/109478; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, skreu...@f2o.org Cc: Subject: Re: bin/109478: [libc] [patch] adopt reentrant syslog functions from OpenBSD Date: Sun, 6 Apr 2014 21:32:34 +0200 In FreeBSD PR bin

Re: bin/53520: su(1) to another user does not update utmp

2014-04-06 Thread jilles
Synopsis: su(1) to another user does not update utmp State-Changed-From-To: open->feedback State-Changed-By: jilles State-Changed-When: Sun Apr 6 12:15:26 UTC 2014 State-Changed-Why: su(1) is not supposed to update utmp at all, as it is not a login. Perhaps this is possible with misconfigu

Re: bin/73261: Suspending su(1) sometimes hangs

2014-04-06 Thread jilles
Synopsis: Suspending su(1) sometimes hangs State-Changed-From-To: open->feedback State-Changed-By: jilles State-Changed-When: Sun Apr 6 11:40:55 UTC 2014 State-Changed-Why: Does this problem still occur? I think the combination of r153964, r153966 and r153985 should fix this. All these are f

Re: bin/106355: [headers] macros in stdio.h non-portable (e.g., C++ ::feof() fails)

2014-04-06 Thread jilles
Synopsis: [headers] macros in stdio.h non-portable (e.g., C++ ::feof() fails) State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Apr 6 11:26:01 UTC 2014 State-Changed-Why: As part of the xlocale work 2-3 years ago, the macros were removed for C++ compilat

Re: bin/187728: [patch] bc(1) should print error message to stderr

2014-03-23 Thread Jilles Tjoelker
The following reply was made to PR bin/187728; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, ksmak...@dd.iij4u.or.jp Cc: Subject: Re: bin/187728: [patch] bc(1) should print error message to stderr Date: Sun, 23 Mar 2014 19:20:25 +0100 In PR bin/187728, you

Re: bin/187264: rm command: rm -r file1 file2 "" does not remove existing files or directories

2014-03-07 Thread jilles
Synopsis: rm command: rm -r file1 file2 "" does not remove existing files or directories State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Fri Mar 7 17:11:02 UTC 2014 State-Changed-Why: Fixed in 11-current. Responsible-Changed-From-To: freebsd

Re: bin/187264: rm command: rm -r file1 file2 "" does not remove existing files or directories

2014-03-04 Thread Jilles Tjoelker
The following reply was made to PR bin/187264; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, j...@xinuos.com Cc: Subject: Re: bin/187264: rm command: rm -r file1 file2 "" does not remove existing files or directories Date: Wed, 5 Mar 2014 00:23:15

Re: bin/155786: [patch] test(1): '/bin/test -d' fails to report syntax error

2014-03-02 Thread jilles
Synopsis: [patch] test(1): '/bin/test -d' fails to report syntax error State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Mar 2 22:06:16 UTC 2014 State-Changed-Why: This is not a bug. '/bin/test -d' is not an error and is supposed to re

Re: bin/181435: sh(1) wait(1) builtin fails after bg job was SIG(STOP|TSTP|CONT) controlled

2014-03-02 Thread jilles
Synopsis: sh(1) wait(1) builtin fails after bg job was SIG(STOP|TSTP|CONT) controlled State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Sun Mar 2 21:38:07 UTC 2014 State-Changed-Why: I think the fix in SVN r254767 (in stable/10 and head) is suffici

Re: bin/173642: sh(1): ``here-document'' does not works in FreeBSD 9 /bin/sh

2014-03-01 Thread jilles
Synopsis: sh(1): ``here-document'' does not works in FreeBSD 9 /bin/sh State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sat Mar 1 13:50:04 UTC 2014 State-Changed-Why: This is not a bug in FreeBSD but in the script, as noted in my reply fro

Re: misc/183495: utx.active not being updated correctly

2014-01-26 Thread jilles
Synopsis: utx.active not being updated correctly State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Sun Jan 26 23:00:35 UTC 2014 State-Changed-Why: Fixed in 11-current. Thanks for the report. Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-C

Re: misc/181151: builtins/locale1.0 fails

2014-01-21 Thread Jilles Tjoelker
The following reply was made to PR misc/181151; it has been noted by GNATS. From: Jilles Tjoelker To: Garrett Cooper Cc: bug-follo...@freebsd.org, Julio Merino Subject: Re: misc/181151: builtins/locale1.0 fails Date: Tue, 21 Jan 2014 23:23:20 +0100 On Mon, Jan 20, 2014 at 10:37:40AM -0800

Re: misc/181151: builtins/locale1.0 fails

2014-01-19 Thread Jilles Tjoelker
The following reply was made to PR misc/181151; it has been noted by GNATS. From: Jilles Tjoelker To: Garrett Cooper Cc: bug-follo...@freebsd.org Subject: Re: misc/181151: builtins/locale1.0 fails Date: Sun, 19 Jan 2014 14:27:04 +0100 On Fri, Jan 17, 2014 at 11:05:28PM -0800, Garrett Cooper

Re: bin/169773: [libedit] Resizing causes /bin/sh to repeat edit operations

2014-01-15 Thread Jilles Tjoelker
The following reply was made to PR bin/169773; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, pe...@rulingia.com Cc: Subject: Re: bin/169773: [libedit] Resizing causes /bin/sh to repeat edit operations Date: Wed, 15 Jan 2014 23:31:57 +0100 In PR bin/169773

Re: bin/185393: find(1): -lname buffer read overflow bug

2014-01-02 Thread jilles
Old Synopsis: find -lname buffer read overflow bug New Synopsis: find(1): -lname buffer read overflow bug Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Changed-By: jilles Responsible-Changed-When: Thu Jan 2 21:41:09 UTC 2014 Responsible-Changed-Why: I'm working on thi

Re: kern/185077: Sync L_cuserid with MAXLOGNAME

2013-12-22 Thread Jilles Tjoelker
The following reply was made to PR kern/185077; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, na...@freebsd.org Cc: Subject: Re: kern/185077: Sync L_cuserid with MAXLOGNAME Date: Sun, 22 Dec 2013 22:50:44 +0100 In PR kern/185077, you wrote: > L_cuserid m

Re: bin/184950: swapon aborts on gdbe device

2013-12-21 Thread jilles
Synopsis: swapon aborts on gdbe device State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Sat Dec 21 12:02:22 UTC 2013 State-Changed-Why: Fixed in 11-current, MFC pending. It may be too late for 10.0 though. Responsible-Changed-From-To: freebsd-bugs->

Re: bin/184950: swapon aborts on gdbe device

2013-12-20 Thread Jilles Tjoelker
The following reply was made to PR bin/184950; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, h...@sendmail.cz Cc: Subject: Re: bin/184950: swapon aborts on gdbe device Date: Sat, 21 Dec 2013 00:11:18 +0100 In PR bin/184950, you wrote: > i have sys

Re: misc/185010: atexit() does not set errno on error

2013-12-20 Thread jilles
Synopsis: atexit() does not set errno on error State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Fri Dec 20 21:59:56 UTC 2013 State-Changed-Why: Closed per submitter request. http://www.freebsd.org/cgi/query-pr.cgi?pr=185

Re: misc/183495: utx.active not being updated correctly

2013-12-09 Thread Jilles Tjoelker
The following reply was made to PR misc/183495; it has been noted by GNATS. From: Jilles Tjoelker To: Ed Schouten Cc: freebsd-hack...@freebsd.org, r...@enterprisesystems.net, bug-follo...@freebsd.org Subject: Re: misc/183495: utx.active not being updated correctly Date: Mon, 9 Dec 2013

Re: kern/76525: [fifo] select() hangs on EOF from named pipe (FIFO)

2013-12-01 Thread jilles
Synopsis: [fifo] select() hangs on EOF from named pipe (FIFO) State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Dec 1 22:16:08 UTC 2013 State-Changed-Why: The test program works with supported FreeBSD versions such as 8.4-STABLE. It seems to have been fixed

Re: kern/184002: wait6/waitid/SIGCHLD return wrong siginfo.si_status

2013-11-16 Thread jilles
Old Synopsis: wait6 / waitid returns wrong value in siginfo.si_status New Synopsis: wait6/waitid/SIGCHLD return wrong siginfo.si_status Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Changed-By: jilles Responsible-Changed-When: Sat Nov 16 11:40:49 UTC 2013 Responsible-Changed-

Re: kern/181439: [headers] sys/wait.h is not enough to use waitid(), but kind of should be.

2013-11-16 Thread jilles
Synopsis: [headers] sys/wait.h is not enough to use waitid(), but kind of should be. State-Changed-From-To: open->analyzed State-Changed-By: jilles State-Changed-When: Sat Nov 16 11:25:20 UTC 2013 State-Changed-Why: This should be referred to the Austin group, since the specified behavi

Re: misc/183495: utx.active not being updated correctly

2013-11-13 Thread Jilles Tjoelker
The following reply was made to PR misc/183495; it has been noted by GNATS. From: Jilles Tjoelker To: Ed Schouten Cc: bug-follo...@freebsd.org, r...@enterprisesystems.net, freebsd-hack...@freebsd.org Subject: Re: misc/183495: utx.active not being updated correctly Date: Thu, 14 Nov 2013

Re: bin/165988: pathchk(1): pathchk -p does not work correctly with some locales [PATCH]

2013-10-20 Thread jilles
Old Synopsis: patchchk(1): pathchk -p does not work correctly with some locales [PATCH] New Synopsis: pathchk(1): pathchk -p does not work correctly with some locales [PATCH] State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Sun Oct 20 20:17:14 UTC 2013 St

Re: kern/167204: [kernel] terrible "netstat -rn" performance due to slow kvm_nlist()

2013-10-19 Thread Jilles Tjoelker
The following reply was made to PR kern/167204; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, eu...@grosbein.net Cc: "Eugene M. Zheganin" Subject: Re: kern/167204: [kernel] terrible "netstat -rn" performance due to slow kvm_nlist() Date: Su

Re: kern/182161: [libc] restarting SYSCALL system call on amd64 loses arguments

2013-10-06 Thread jilles
Synopsis: [libc] restarting SYSCALL system call on amd64 loses arguments State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Oct 6 22:33:47 UTC 2013 State-Changed-Why: Fixed in 10-current, 9-stable and 8-stable. Thanks for the report. Responsible-Changed-F

Re: bin/182098: [patch] Change kldxref fts_open ordering so it produces a consistent linker.hints between machines of the same architecture.

2013-10-04 Thread jilles
Synopsis: [patch] Change kldxref fts_open ordering so it produces a consistent linker.hints between machines of the same architecture. State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Fri Oct 4 21:28:32 UTC 2013 State-Changed-Why: Committed to 10-current, tha

Re: bin/182098: [patch] Change kldxref fts_open ordering so it produces a consistent linker.hints between machines of the same architecture.

2013-10-04 Thread Jilles Tjoelker
The following reply was made to PR bin/182098; it has been noted by GNATS. From: Jilles Tjoelker To: Derek Schrock Cc: bug-follo...@freebsd.org Subject: Re: bin/182098: [patch] Change kldxref fts_open ordering so it produces a consistent linker.hints between machines of the same architecture

Re: bin/182098: [patch] Change kldxref fts_open ordering so it produces a consistent linker.hints between machines of the same architecture.

2013-09-28 Thread Jilles Tjoelker
The following reply was made to PR bin/182098; it has been noted by GNATS. From: Jilles Tjoelker To: Derek Schrock Cc: bug-follo...@freebsd.org Subject: Re: bin/182098: [patch] Change kldxref fts_open ordering so it produces a consistent linker.hints between machines of the same architecture

Re: kern/182102: [libiconv] bug in libiconv_none prevents MPD from starting

2013-09-20 Thread Jilles Tjoelker
The following reply was made to PR kern/182102; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, henry.hu...@gmail.com Cc: Subject: Re: kern/182102: [libiconv] bug in libiconv_none prevents MPD from starting Date: Fri, 20 Sep 2013 18:44:10 +0200 In PR kern

Re: bin/182098: [patch] Change kldxref fts_open ordering so it produces a consistent linker.hints between machines of the same architecture.

2013-09-15 Thread Jilles Tjoelker
The following reply was made to PR bin/182098; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, der...@lifeofadishwasher.com Cc: Subject: Re: bin/182098: [patch] Change kldxref fts_open ordering so it produces a consistent linker.hints between machines of the

Re: bin/165988: pathchk -p does not work correctly with some locales [PATCH}

2013-09-13 Thread Jilles Tjoelker
The following reply was made to PR bin/165988; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, nicolas-2...@rachinsky.de Cc: Subject: Re: bin/165988: pathchk -p does not work correctly with some locales [PATCH} Date: Fri, 13 Sep 2013 23:36:08 +0200 In PR bin

Re: bin/153052: [patch] watch(8) breaks tty on error

2013-09-05 Thread jilles
Synopsis: [patch] watch(8) breaks tty on error State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Thu Sep 5 19:08:31 UTC 2013 State-Changed-Why: Fixed in head. Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Changed-By: jilles Responsible-C

Re: bin/169773: [libedit] Resizing causes /bin/sh to repeat edit operations

2013-09-01 Thread jilles
Old Synopsis: [patch] sh(1): Resizing causes /bin/sh to repeat edit operations New Synopsis: [libedit] Resizing causes /bin/sh to repeat edit operations Responsible-Changed-From-To: jilles->freebsd-bugs Responsible-Changed-By: jilles Responsible-Changed-When: Sun Sep 1 16:11:38 UTC 2

Re: bin/153052: [patch] watch(8) breaks tty on error

2013-09-01 Thread Jilles Tjoelker
The following reply was made to PR bin/153052; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, demelier.da...@gmail.com Cc: Subject: Re: bin/153052: [patch] watch(8) breaks tty on error Date: Sun, 1 Sep 2013 17:56:56 +0200 In PR bin/153052, you wrote: > W

Re: kern/181459: [patch] Addition of 'futimensat' call allowing to set file time with nanosecond precision

2013-08-21 Thread Jilles Tjoelker
The following reply was made to PR kern/181459; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, y...@tsoft.com Cc: Subject: Re: kern/181459: [patch] Addition of 'futimensat' call allowing to set file time with nanosecond precision Date: Thu, 22 Aug

Re: kern/181439: [headers] sys/wait.h is not enough to use waitid(), but kind of should be.

2013-08-21 Thread Jilles Tjoelker
The following reply was made to PR kern/181439; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, x...@debian.org Cc: Subject: Re: kern/181439: [headers] sys/wait.h is not enough to use waitid(), but kind of should be. Date: Thu, 22 Aug 2013 00:30:50 +0200 In

Re: bin/181435: sh(1) wait(1) builtin fails after bg job was SIG(STOP|TSTP|CONT) controlled

2013-08-21 Thread Jilles Tjoelker
The following reply was made to PR bin/181435; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, sdao...@gmail.com Cc: Subject: Re: bin/181435: sh(1) wait(1) builtin fails after bg job was SIG(STOP|TSTP|CONT) controlled Date: Thu, 22 Aug 2013 00:16:01 +0200 In

Re: misc/181151: builtins/locale1.0 fails

2013-08-09 Thread Jilles Tjoelker
The following reply was made to PR misc/181151; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, yaneurab...@gmail.com Cc: Subject: Re: misc/181151: builtins/locale1.0 fails Date: Fri, 9 Aug 2013 15:06:02 +0200 In PR misc/181151, you wrote: > [sh test built

Re: kern/180385: [kqueue] Conflict between EVFILT_PROC NOTE_CHILD and NOTE_EXIT use of data field

2013-07-10 Thread Jilles Tjoelker
The following reply was made to PR kern/180385; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, david_a_bri...@dell.com Cc: Subject: Re: kern/180385: [kqueue] Conflict between EVFILT_PROC NOTE_CHILD and NOTE_EXIT use of data field Date: Thu, 11 Jul 2013 00:24

Re: kern/131597: [kernel] c++ exceptions very slow on FreeBSD 7.1/amd64

2013-06-30 Thread Jilles Tjoelker
The following reply was made to PR kern/131597; it has been noted by GNATS. From: Jilles Tjoelker To: Konstantin Belousov Cc: bug-follo...@freebsd.org, John Baldwin , guilla...@morinfr.org, thera...@freebsd.org Subject: Re: kern/131597: [kernel] c++ exceptions very slow on FreeBSD 7.1

Re: kern/131597: [kernel] c++ exceptions very slow on FreeBSD 7.1/amd64

2013-06-29 Thread Jilles Tjoelker
The following reply was made to PR kern/131597; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, Konstantin Belousov , John Baldwin Cc: guilla...@morinfr.org, thera...@freebsd.org Subject: Re: kern/131597: [kernel] c++ exceptions very slow on FreeBSD 7.1

Re: kern/179530: [syscons] tty gets unresponsive when in scrolling mode and shell killed

2013-06-14 Thread Jilles Tjoelker
The following reply was made to PR kern/179530; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, gedim...@gmail.com Cc: Subject: Re: kern/179530: [syscons] tty gets unresponsive when in scrolling mode and shell killed Date: Fri, 14 Jun 2013 17:16:23 +0200 In

Re: bin/178664: truss(1) may kill process

2013-05-19 Thread Jilles Tjoelker
The following reply was made to PR bin/178664; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, kwia...@panic.pl Cc: Subject: Re: bin/178664: truss(1) may kill process Date: Sun, 19 May 2013 14:09:32 +0200 In PR bin/178664, you wrote: > [attaching truss(1)

Re: standards/53682: [feature request] [patch] add fuser(1) utility

2013-05-09 Thread jilles
Synopsis: [feature request] [patch] add fuser(1) utility State-Changed-From-To: suspended->closed State-Changed-By: jilles State-Changed-When: Thu May 9 20:43:22 UTC 2013 State-Changed-Why: There is a different implementation of fuser(1) in 9.0 and newer, based on libprocstat. Parts

Re: bin/61355: login(1) does not restore terminal ownership on exit

2013-04-28 Thread Jilles Tjoelker
The following reply was made to PR bin/61355; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, eu...@kuzbass.ru Cc: Subject: Re: bin/61355: login(1) does not restore terminal ownership on exit Date: Sun, 28 Apr 2013 23:23:05 +0200 > [nested login(1) does

Re: kern/177704: [libc] [patch] Fix NLS translation typo in libc

2013-04-14 Thread jilles
Synopsis: [libc] [patch] Fix NLS translation typo in libc State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Sun Apr 14 11:46:47 UTC 2013 State-Changed-Why: Fixed in head; MFC pending. Thanks for the submission. Responsible-Changed-From-To: freebsd-bugs->

Re: bin/177673: sh(1): Possible comment problem

2013-04-07 Thread jilles
Old Synopsis: Possible comment problem is /bin/sh New Synopsis: sh(1): Possible comment problem State-Changed-From-To: open->feedback State-Changed-By: jilles State-Changed-When: Sun Apr 7 16:13:03 UTC 2013 State-Changed-Why: I compiled stable/4 sh and it shows the same a comment foll

Re: bin/177674: /bin/sh 'while read X' loop problem

2013-04-07 Thread jilles
Synopsis: /bin/sh 'while read X' loop problem State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Apr 7 15:48:19 UTC 2013 State-Changed-Why: As described by kuro, this is not a bug. The mplayer reads from stdin, so that 'read' misses dat

Re: kern/162374: posix_openpt wrongly removed O_CLOEXEC

2013-03-21 Thread jilles
Synopsis: posix_openpt wrongly removed O_CLOEXEC State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Thu Mar 21 22:26:44 UTC 2013 State-Changed-Why: Fixed in 10-current. Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Changed-By: jilles Respo

Re: kern/162374: posix_openpt wrongly removed O_CLOEXEC

2013-03-20 Thread Jilles Tjoelker
The following reply was made to PR kern/162374; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, nar...@airemix.jp, e...@freebsd.org Cc: Subject: Re: kern/162374: posix_openpt wrongly removed O_CLOEXEC Date: Thu, 21 Mar 2013 00:42:48 +0100 PR kern/162374

Re: kern/176233: [libc] [patch] New dup3() implementation for FreeBSD

2013-03-17 Thread jilles
Synopsis: [libc] [patch] New dup3() implementation for FreeBSD Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Changed-By: jilles Responsible-Changed-When: Sun Mar 17 21:02:20 UTC 2013 Responsible-Changed-Why: I plan to commit this because it seems dup3() is a bit more popular t

Re: bin/176444: strange behaviour of the $(( )) form in sh(1)

2013-03-02 Thread jilles
Synopsis: strange behaviour of the $(( )) form in sh(1) Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Changed-By: jilles Responsible-Changed-When: Sat Mar 2 23:55:19 UTC 2013 Responsible-Changed-Why: sh(1) is my area. It is indeed unfortunate that $((++a)) is so insidiou

Re: kern/176233: [libc] [patch] New dup3() implementation for FreeBSD

2013-02-23 Thread Jilles Tjoelker
The following reply was made to PR kern/176233; it has been noted by GNATS. From: Jilles Tjoelker To: "Jukka A. Ukkonen" Cc: bug-follo...@freebsd.org Subject: Re: kern/176233: [libc] [patch] New dup3() implementation for FreeBSD Date: Sat, 23 Feb 2013 17:30:32 +0100 On Wed, Feb 20,

Re: kern/176233: [libc] [patch] New dup3() implementation for FreeBSD

2013-02-19 Thread Jilles Tjoelker
The following reply was made to PR kern/176233; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, j...@iki.fi Cc: Subject: Re: kern/176233: [libc] [patch] New dup3() implementation for FreeBSD Date: Wed, 20 Feb 2013 00:28:41 +0100 PR kern/176233: > [d

Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call

2013-02-11 Thread Jilles Tjoelker
The following reply was made to PR kern/175674; it has been noted by GNATS. From: Jilles Tjoelker To: Giorgos Keramidas Cc: Jukka Ukkonen , freebsd-gnats-sub...@freebsd.org, davi...@freebsd.org Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate

Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call

2013-02-04 Thread Jilles Tjoelker
ntrusive change though. > > I can not see major application breakage should open(3) be changed. > > That said, I am confused by jilles' comment: > > http://pubs.opengroup.org/onlinepubs/95399/functions/open.html > > open(3) is permitted to return EINTR. > A

Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate flock() call

2013-02-03 Thread Jilles Tjoelker
The following reply was made to PR kern/175674; it has been noted by GNATS. From: Jilles Tjoelker To: Giorgos Keramidas Cc: Jukka Ukkonen , freebsd-gnats-sub...@freebsd.org, davi...@freebsd.org Subject: Re: kern/175674: sem_open() should use O_EXLOCK with open() instead of a separate

Re: kern/169320: [libc] [patch] Enhancement to allow fopen() to set O_CLOEXEC for open()

2012-12-01 Thread jilles
Synopsis: [libc] [patch] Enhancement to allow fopen() to set O_CLOEXEC for open() State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Sat Dec 1 15:32:52 UTC 2012 State-Changed-Why: Implemented in head. Responsible-Changed-From-To: freebsd-bugs->jilles Respo

bin/173642: ``here-document'' does not works in FreeBSD 9 /bin/sh

2012-11-17 Thread Jilles Tjoelker
The following reply was made to PR bin/173642; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, Aleksandr A Babaylov <"."@babolo.ru> Cc: Subject: bin/173642: ``here-document'' does not works in FreeBSD 9 /bin/sh Date: Sat, 17 Nov 2012

Re: kern/169320: [libc] [patch] Enhancement to allow fopen() to set

2012-11-13 Thread Jilles Tjoelker
The following reply was made to PR kern/169320; it has been noted by GNATS. From: Jilles Tjoelker To: "Jukka A. Ukkonen" Cc: bug-follo...@freebsd.org Subject: Re: kern/169320: [libc] [patch] Enhancement to allow fopen() to set Date: Tue, 13 Nov 2012 15:53:17 +0100 On Thu, Nov 08,

Re: bin/173418: /bin/sh - Alias breaks if set twice.

2012-11-07 Thread jilles
Synopsis: /bin/sh - Alias breaks if set twice. Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Changed-By: jilles Responsible-Changed-When: Wed Nov 7 23:29:38 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?p

Re: kern/169320: [libc] [patch] Enhancement to allow fopen() to set O_CLOEXEC for open()

2012-11-07 Thread Jilles Tjoelker
The following reply was made to PR kern/169320; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, j...@iki.fi Cc: Subject: Re: kern/169320: [libc] [patch] Enhancement to allow fopen() to set O_CLOEXEC for open() Date: Wed, 7 Nov 2012 23:16:22 +0100

Re: bin/113518: [patch] make(1): Prevent execution when command is a comment

2012-11-04 Thread Jilles Tjoelker
The following reply was made to PR bin/113518; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, e...@fxq.nl Cc: s...@freebsd.org Subject: Re: bin/113518: [patch] make(1): Prevent execution when command is a comment Date: Sun, 4 Nov 2012 13:11:58 +0100 In PR bin

Re: bin/171815: run_file in atrun does not allocate enough space for fmt

2012-09-26 Thread jilles
Synopsis: run_file in atrun does not allocate enough space for fmt State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Wed Sep 26 20:50:38 UTC 2012 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Chan

Re: bin/171427: sh(1): Hitting ^Z doesn't suspend jobs like expected

2012-09-16 Thread Jilles Tjoelker
The following reply was made to PR bin/171427; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, yaneg...@gmail.com Cc: Subject: Re: bin/171427: sh(1): Hitting ^Z doesn't suspend jobs like expected Date: Sun, 16 Sep 2012 23:11:33 +0200 > [while : ; do

Re: bin/170651: On 9.0-RELEASE#0 and master sh(1) gobbles high bit at first

2012-08-28 Thread Jilles Tjoelker
The following reply was made to PR bin/170651; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, sdao...@gmail.com Cc: Subject: Re: bin/170651: On 9.0-RELEASE#0 and master sh(1) gobbles high bit at first Date: Tue, 28 Aug 2012 23:25:21 +0200 This PR bin/170651

Re: kern/95239: [libc] [patch] nftw(3) returns EINVAL for large values of maxfds when it should not

2012-08-09 Thread jilles
Synopsis: [libc] [patch] nftw(3) returns EINVAL for large values of maxfds when it should not State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Thu Aug 9 15:39:49 UTC 2012 State-Changed-Why: Fixed in 10-current. Responsible-Changed-From-To: freebsd-bugs->

Re: ports/170232: xf86-video-intel package building error with KMS

2012-07-28 Thread jilles
Synopsis: xf86-video-intel package building error with KMS Responsible-Changed-From-To: freebsd-bugs->freebsd-x11 Responsible-Changed-By: jilles Responsible-Changed-When: Sat Jul 28 14:51:25 UTC 2012 Responsible-Changed-Why: This is a ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=170

Re: bin/169723: [patch] find(1) exits with non-zero return code if any file in a directory is deleted while find(1) is traversing the directory

2012-07-20 Thread jilles
Synopsis: [patch] find(1) exits with non-zero return code if any file in a directory is deleted while find(1) is traversing the directory Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Changed-By: jilles Responsible-Changed-When: Fri Jul 20 10:12:44 UTC 2012 Responsible-Chan

Re: misc/169686: Made OPIE support tunable at kernel level

2012-07-15 Thread Jilles Tjoelker
The following reply was made to PR misc/169686; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, zblac...@sandvine.com Cc: Subject: Re: misc/169686: Made OPIE support tunable at kernel level Date: Sun, 15 Jul 2012 17:52:57 +0200 In PR 169686, you wrote

Re: bin/169723: [patch] find(1) exits with non-zero return code if any file in a directory is deleted while find(1) is traversing the directory

2012-07-15 Thread Jilles Tjoelker
The following reply was made to PR bin/169723; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, r...@rdna.ru Cc: Subject: Re: bin/169723: [patch] find(1) exits with non-zero return code if any file in a directory is deleted while find(1) is traversing the

Re: bin/169256: sh(1) provides crummy diagnositic when cd fails

2012-06-24 Thread jilles
Synopsis: sh(1) provides crummy diagnositic when cd fails State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Sun Jun 24 17:33:15 UTC 2012 State-Changed-Why: In 9-stable and 10-current, sh's cd builtin already writes errno messages. These are Subversion r22

Re: bin/167292: sockstat(1) missing output

2012-04-29 Thread jilles
Synopsis: sockstat(1) missing output State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun Apr 29 23:09:08 UTC 2012 State-Changed-Why: The question marks in sockstat are intended behaviour and not a bug. The change between 8.2 and 8.3 is that sockstat now a

Re: kern/19402: Signals 127 and 128 cannot be detected in wait4() interface

2012-04-29 Thread Jilles Tjoelker
The following reply was made to PR kern/19402; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, ne...@segfault.kiev.ua Cc: b...@freebsd.org Subject: Re: kern/19402: Signals 127 and 128 cannot be detected in wait4() interface Date: Mon, 30 Apr 2012 00:46:19 +0200

Re: gnu/167009: grep(1): GNU grep -q can exit !0 even if strings found

2012-04-17 Thread jilles
Synopsis: grep(1): GNU grep -q can exit !0 even if strings found State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Tue Apr 17 22:05:26 UTC 2012 State-Changed-Why: This is not a bug but a result of exit status of tcsh pipelines. Responsible-Changed-From

Re: gnu/167009: grep(1): GNU grep -q can exit !0 even if strings found

2012-04-17 Thread Jilles Tjoelker
The following reply was made to PR gnu/167009; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, da...@catwhisker.org Cc: Subject: Re: gnu/167009: grep(1): GNU grep -q can exit !0 even if strings found Date: Tue, 17 Apr 2012 21:08:12 +0200 FreeBSD PR gnu/167009

Re: kern/166706: [libc] sem_open(3) incorrectly returns the already opened named semaphore handle when O_EXCL is used [regression]

2012-04-09 Thread jilles
Synopsis: [libc] sem_open(3) incorrectly returns the already opened named semaphore handle when O_EXCL is used [regression] State-Changed-From-To: open->patched State-Changed-By: jilles State-Changed-When: Mon Apr 9 14:33:51 UTC 2012 State-Changed-Why: Fixed in 10-current. Responsible-Chan

Re: kern/166706: [libc] sem_open(3) incorrectly returns the already opened named semaphore handle when O_EXCL is used [regression]

2012-04-08 Thread Jilles Tjoelker
The following reply was made to PR kern/166706; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, davi...@freebsd.org Cc: igaztan...@gmail.com Subject: Re: kern/166706: [libc] sem_open(3) incorrectly returns the already opened named semaphore handle when O_EXCL is

Re: bin/165164: [PATCH][bin] xargs(1) incorrect pointer passed to waitchildren function

2012-02-20 Thread jilles
Synopsis: [PATCH][bin] xargs(1) incorrect pointer passed to waitchildren function Responsible-Changed-From-To: freebsd-bugs->jilles Responsible-Changed-By: jilles Responsible-Changed-When: Mon Feb 20 20:47:47 UTC 2012 Responsible-Changed-Why: Take. This looks useful for standards/165155

Re: bin/164526: kill(1) can not kill process despite on -KILL

2012-02-01 Thread Jilles Tjoelker
The following reply was made to PR bin/164526; it has been noted by GNATS. From: Jilles Tjoelker To: =?utf-8?B?0JrQvtC90YzQutC+0LIg0JXQstCz0LXQvdC40Lk=?= Cc: bug-follo...@freebsd.org, freeradius-us...@lists.freeradius.org, firebird-de...@lists.sourceforge.net Subject: Re: bin/164526

Re: bin/164526: kill(1) can not kill process despite on -KILL

2012-01-28 Thread Jilles Tjoelker
The following reply was made to PR bin/164526; it has been noted by GNATS. From: Jilles Tjoelker To: bug-follo...@freebsd.org, kes-...@yandex.ru Cc: Subject: Re: bin/164526: kill(1) can not kill process despite on -KILL Date: Sat, 28 Jan 2012 19:24:07 +0100 > [stuck process cannot be kil

  1   2   3   >