Re: kern/170309: double fault: stack overflow in VOP_IOCTL_APV()

2012-09-13 Thread kib
Synopsis: double fault: stack overflow in VOP_IOCTL_APV() State-Changed-From-To: open->patched State-Changed-By: kib State-Changed-When: Thu Sep 13 13:11:44 UTC 2012 State-Changed-Why: Patched in head, r240464. Responsible-Changed-From-To: freebsd-bugs->kib Responsible-Changed-B

Re: kern/165559: [ufs] [patch] ufsmount.h uses the 'export' keyword as a structure member name

2012-05-07 Thread kib
Synopsis: [ufs] [patch] ufsmount.h uses the 'export' keyword as a structure member name Responsible-Changed-From-To: kib->freebsd-bugs Responsible-Changed-By: kib Responsible-Changed-When: Mon May 7 11:49:50 UTC 2012 Responsible-Changed-Why: Release the PR. http://www.freebsd.

Re: bin/167128: ps(1): 'ps -e' or 'pw -wwe' doesn't display the environment of 32-bit processes (amd64-specific)

2012-04-21 Thread kib
Synopsis: ps(1): 'ps -e' or 'pw -wwe' doesn't display the environment of 32-bit processes (amd64-specific) State-Changed-From-To: open->closed State-Changed-By: kib State-Changed-When: Sat Apr 21 09:42:24 UTC 2012 State-Changed-Why: This is fixed in HEAD and sta

Re: kern/165927: [libc] msync(2) reports success after a failed pager flush

2012-04-10 Thread kib
Synopsis: [libc] msync(2) reports success after a failed pager flush State-Changed-From-To: open->closed State-Changed-By: kib State-Changed-When: Tue Apr 10 10:52:25 UTC 2012 State-Changed-Why: Committed to all supported branches. http://www.freebsd.org/cgi/query-pr.cgi?pr=165

Re: bin/165075: rtld error messages are missing a newline

2012-02-13 Thread kib
Synopsis: rtld error messages are missing a newline State-Changed-From-To: open->patched State-Changed-By: kib State-Changed-When: Mon Feb 13 11:14:49 UTC 2012 State-Changed-Why: Fix in head. Responsible-Changed-From-To: freebsd-bugs->kib Responsible-Changed-By: kib Responsible-Change

Re: kern/156423: [kqueue] [patch] Please add kqueue support for /dev/klog

2012-02-01 Thread kib
Synopsis: [kqueue] [patch] Please add kqueue support for /dev/klog Responsible-Changed-From-To: freebsd-bugs->grab Responsible-Changed-By: kib Responsible-Changed-When: Wed Feb 1 14:15:04 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=156

Re: amd64/164425: [libc] stat(2) doesn't work in 32bit mode on amd64

2012-01-24 Thread kib
Synopsis: [libc] stat(2) doesn't work in 32bit mode on amd64 State-Changed-From-To: open->suspended State-Changed-By: kib State-Changed-When: Tue Jan 24 12:12:45 UTC 2012 State-Changed-Why: cc -m32 does not work for many reasons. One is the machine/ includes being for the wrong arch

Re: kern/162379: [libc] When select(2) closed writing pipe, it will sticks.

2011-11-27 Thread kib
Synopsis: [libc] When select(2) closed writing pipe, it will sticks. State-Changed-From-To: open->patched State-Changed-By: kib State-Changed-When: Sun Nov 27 18:46:11 UTC 2011 State-Changed-Why: Take. Responsible-Changed-From-To: freebsd-bugs->kib Responsible-Changed-By: kib Respo

Re: kern/155606: [libc] select() does not return EBADF on closed file descriptor

2011-11-27 Thread kib
Synopsis: [libc] select() does not return EBADF on closed file descriptor State-Changed-From-To: open->patched State-Changed-By: kib State-Changed-When: Sun Nov 27 18:45:23 UTC 2011 State-Changed-Why: Take. Responsible-Changed-From-To: freebsd-bugs->kib Responsible-Changed-By: kib Respo

Re: kern/109813: [ciss] ciss(4) driver API header is not installed

2011-09-26 Thread kib
Synopsis: [ciss] ciss(4) driver API header is not installed Responsible-Changed-From-To: freebsd-bugs->kib Responsible-Changed-By: kib Responsible-Changed-When: Mon Sep 26 13:32:15 UTC 2011 Responsible-Changed-Why: I will commit a change after the HEAD is opened. http://www.freebsd.org/

Re: bin/128427: [patch] mdfs(8): mount_mfs warns "chmod: Read-only file system"

2011-09-20 Thread kib
Synopsis: [patch] mdfs(8): mount_mfs warns "chmod: Read-only file system" State-Changed-From-To: open->closed State-Changed-By: kib State-Changed-When: Tue Sep 20 08:37:01 UTC 2011 State-Changed-Why: Fixed in head and 8. http://www.freebsd.org/cgi/query-pr.

Re: kern/155321: imgact_shell integer underflow when argv[0] is longer than interp + path

2011-03-06 Thread kib
Synopsis: imgact_shell integer underflow when argv[0] is longer than interp + path Responsible-Changed-From-To: freebsd-bugs->kib Responsible-Changed-By: kib Responsible-Changed-When: Sun Mar 6 21:02:05 UTC 2011 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=155

Re: kern/123095: [libc] sendfile(2): Suspected sendfile data corruption

2010-08-05 Thread kib
Synopsis: [libc] sendfile(2): Suspected sendfile data corruption State-Changed-From-To: open->closed State-Changed-By: kib State-Changed-When: Thu Aug 5 08:21:18 UTC 2010 State-Changed-Why: It is believed that r209964 fixes the issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=123

Re: kern/142757: [kernel] [patch] fix race condition in traced process signal handling

2010-05-11 Thread kib
Synopsis: [kernel] [patch] fix race condition in traced process signal handling State-Changed-From-To: open->closed State-Changed-By: kib State-Changed-When: Tue May 11 20:03:56 UTC 2010 State-Changed-Why: Fix is committed into HEAD and RELENG_8. http://www.freebsd.org/cgi/query-pr.cgi

Re: kern/145813: [kernel] [patch] RUSAGE_THREAD

2010-05-11 Thread kib
Synopsis: [kernel] [patch] RUSAGE_THREAD State-Changed-From-To: open->closed State-Changed-By: kib State-Changed-When: Tue May 11 19:58:18 UTC 2010 State-Changed-Why: Different patch is committed to HEAD and RELENG_8. http://www.freebsd.org/cgi/query-pr.cgi?pr=145

Re: misc/121897: [patch] realpath(3) segmentation fault

2010-04-20 Thread kib
Synopsis: [patch] realpath(3) segmentation fault Responsible-Changed-From-To: freebsd-bugs->kib Responsible-Changed-By: kib Responsible-Changed-When: Tue Apr 20 10:37:09 UTC 2010 Responsible-Changed-Why: Take, reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=121

Re: bin/132182: uname(1) uses UNAME_ variables even if those are empty

2010-04-18 Thread kib
Synopsis: uname(1) uses UNAME_ variables even if those are empty State-Changed-From-To: open->closed State-Changed-By: kib State-Changed-When: Sun Apr 18 20:57:40 UTC 2010 State-Changed-Why: I think that uname(1) behaviour is right. There is no reason to special-case any value for

Re: kern/107439: [vfs] [patch] 6.2-PRE repeatable panic: userret: Returning with 1 locks held

2010-04-02 Thread kib
Synopsis: [vfs] [patch] 6.2-PRE repeatable panic: userret: Returning with 1 locks held State-Changed-From-To: open->patched State-Changed-By: kib State-Changed-When: Fri Apr 2 14:10:58 UTC 2010 State-Changed-Why: Take. Responsible-Changed-From-To: freebsd-bugs->kib Responsible-Changed-B