From dfilter at FreeBSD.org Fri Oct 2 09:30:06 2009 From: dfilter at FreeBSD.org (dfilter service) Date: Fri Oct 2 09:30:19 2009 Subject: standards/129554: commit references a PR Message-ID: <200910020930.n929U6K3033019@freefall.freebsd.org> The following reply was made to PR standards/129554; it has been noted by GNATS. From: dfilter@FreeBSD.org (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: standards/129554: commit references a PR Date: Tue, 29 Sep 2009 21:29:20 +0000 (UTC) Author: jilles Date: Tue Sep 29 21:28:32 2009 New Revision: 197625 URL: http://svn.freebsd.org/changeset/base/197625 Log: Fix using lp(1) without the new -t option after r194171. PR: standards/129554 Tested by: Steve Kargl MFC after: 1 week Modified: head/usr.sbin/lpr/lp/lp.sh Modified: head/usr.sbin/lpr/lp/lp.sh ============================================================================== --- head/usr.sbin/lpr/lp/lp.sh Tue Sep 29 21:25:59 2009 (r197624) +++ head/usr.sbin/lpr/lp/lp.sh Tue Sep 29 21:28:32 2009 (r197625) @@ -70,7 +70,7 @@ do s) # (silent option) : ;; t) # title for banner page - title="-J${OPTARG}";; + title="${OPTARG}";; *) # (error msg printed by getopts) exit 2;; esac @@ -78,4 +78,4 @@ done shift $(($OPTIND - 1)) -exec /usr/bin/lpr "-P${dest}" ${symlink} ${ncopies} ${mailafter} "${title}" "$@" +exec /usr/bin/lpr "-P${dest}" ${symlink} ${ncopies} ${mailafter} ${title:+-J"${title}"} "$@" _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From jilles at FreeBSD.org Sun Oct 4 17:15:44 2009 From: jilles at FreeBSD.org (jilles@FreeBSD.org) Date: Sun Oct 4 17:15:50 2009 Subject: bin/25542: sh(1) null char in quoted string Message-ID: <200910041715.n94HFhLI034733@freefall.freebsd.org> Synopsis: sh(1) null char in quoted string Responsible-Changed-From-To: freebsd-standards->jilles Responsible-Changed-By: jilles Responsible-Changed-When: Sun Oct 4 17:15:40 UTC 2009 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=25542 From bugmaster at FreeBSD.org Mon Oct 5 11:07:01 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 5 11:09:39 2009 Subject: Current problem reports assigned to freebsd-standards@FreeBSD.org Message-ID: <200910051107.n95B71nQ088810@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/135307 standards Boot Loader problem on Acer Aspire 5735 o stand/130067 standards Wrong numeric limits in system headers? o stand/129524 standards FreeBSD 7.0 isnt detecting my hardrives with raid5 o stand/129196 standards Inconsistent errno in strtol() o stand/128546 standards ls -p does not follow symlinks o bin/125855 standards sh(1) allows for multiline, non-escaped control struct o stand/124860 standards flockfile(3) doesn't work when the memory has been exh o stand/123688 standards POSIX standard changes in unistd.h and grp.h o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) o stand/121568 standards [patch] ln(1): wrong "ln -s" behaviour o stand/120947 standards xsm ignores system.xsm and .xsmstartup o stand/116826 standards [patch] sh support for POSIX character classes o stand/116477 standards rm(1): rm behaves unexpectedly when using -r and relat o bin/116413 standards incorrect getconf(1) handling of unsigned constants gi o stand/116081 standards make does not work with the directive sinclude p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o stand/96236 standards [patch] [posix] sed(1) incorrectly describes a functio o stand/96016 standards [headers] clock_getres et al should be in o stand/94729 standards [libc] fcntl() throws undocumented ENOTTY o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers a stand/86484 standards [patch] mkfifo(1) uses wrong permissions o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o stand/82654 standards C99 long double math functions are missing o stand/81287 standards [patch] fingerd(8) might send a line not ending in CRL a stand/80293 standards sysconf() does not support well-defined unistd values o stand/79056 standards [feature request] [atch] regex(3) regression tests o stand/70813 standards [patch] ls(1) not Posix compliant o stand/66357 standards make POSIX conformance problem ('sh -e' & '+' command- s kern/64875 standards [libc] [patch] [request] add a system call: fdatasync( s stand/62858 standards malloc(0) not C99 compliant o stand/56476 standards cd9660 unicode support simple hack o stand/54839 standards [pcvt] pcvt deficits o stand/54833 standards [pcvt] more pcvt deficits o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) o stand/46119 standards Priority problems for SCHED_OTHER using pthreads o stand/44425 standards getcwd() succeeds even if current dir has perm 000. p stand/41576 standards POSIX compliance of ln(1) o stand/39256 standards snprintf/vsnprintf aren't POSIX-conformant for strings s stand/36076 standards Implementation of POSIX fuser command o kern/27835 standards [libc] execve() doesn't conform to execve(2) spec in s a docs/26003 standards getgroups(2) lists NGROUPS_MAX but not syslimits.h s stand/24590 standards timezone function not compatible witn Single Unix Spec o bin/24390 standards ln(1) Replacing old dir-symlinks when using /bin/ln o stand/21519 standards sys/dir.h should be deprecated some more s bin/14925 standards getsubopt isn't poisonous enough 48 problems total. From bugmaster at FreeBSD.org Mon Oct 12 11:07:03 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 12 11:09:29 2009 Subject: Current problem reports assigned to freebsd-standards@FreeBSD.org Message-ID: <200910121107.n9CB72lt036561@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/135307 standards Boot Loader problem on Acer Aspire 5735 o stand/130067 standards Wrong numeric limits in system headers? o stand/129524 standards FreeBSD 7.0 isnt detecting my hardrives with raid5 o stand/129196 standards Inconsistent errno in strtol() o stand/128546 standards ls -p does not follow symlinks o bin/125855 standards sh(1) allows for multiline, non-escaped control struct o stand/124860 standards flockfile(3) doesn't work when the memory has been exh o stand/123688 standards POSIX standard changes in unistd.h and grp.h o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) o stand/121568 standards [patch] ln(1): wrong "ln -s" behaviour o stand/120947 standards xsm ignores system.xsm and .xsmstartup o stand/116826 standards [patch] sh support for POSIX character classes o stand/116477 standards rm(1): rm behaves unexpectedly when using -r and relat o bin/116413 standards incorrect getconf(1) handling of unsigned constants gi o stand/116081 standards make does not work with the directive sinclude p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o stand/96236 standards [patch] [posix] sed(1) incorrectly describes a functio o stand/96016 standards [headers] clock_getres et al should be in o stand/94729 standards [libc] fcntl() throws undocumented ENOTTY o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers a stand/86484 standards [patch] mkfifo(1) uses wrong permissions o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o stand/82654 standards C99 long double math functions are missing o stand/81287 standards [patch] fingerd(8) might send a line not ending in CRL a stand/80293 standards sysconf() does not support well-defined unistd values o stand/79056 standards [feature request] [atch] regex(3) regression tests o stand/70813 standards [patch] ls(1) not Posix compliant o stand/66357 standards make POSIX conformance problem ('sh -e' & '+' command- s kern/64875 standards [libc] [patch] [request] add a system call: fdatasync( s stand/62858 standards malloc(0) not C99 compliant o stand/56476 standards cd9660 unicode support simple hack o stand/54839 standards [pcvt] pcvt deficits o stand/54833 standards [pcvt] more pcvt deficits o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) o stand/46119 standards Priority problems for SCHED_OTHER using pthreads o stand/44425 standards getcwd() succeeds even if current dir has perm 000. p stand/41576 standards POSIX compliance of ln(1) o stand/39256 standards snprintf/vsnprintf aren't POSIX-conformant for strings s stand/36076 standards Implementation of POSIX fuser command o kern/27835 standards [libc] execve() doesn't conform to execve(2) spec in s a docs/26003 standards getgroups(2) lists NGROUPS_MAX but not syslimits.h s stand/24590 standards timezone function not compatible witn Single Unix Spec o bin/24390 standards ln(1) Replacing old dir-symlinks when using /bin/ln o stand/21519 standards sys/dir.h should be deprecated some more s bin/14925 standards getsubopt isn't poisonous enough 48 problems total. From nc.bash at gmail.com Tue Oct 13 19:50:02 2009 From: nc.bash at gmail.com (michael hax) Date: Tue Oct 13 19:50:07 2009 Subject: standards/139580: oss overflow Message-ID: <200910131949.n9DJnjqZ041655@www.freebsd.org> >Number: 139580 >Category: standards >Synopsis: oss overflow >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-standards >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 13 19:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: michael hax >Release: FreeBSD 8.0-RC1 >Organization: >Environment: FreeBSD Vodka.Speed 8.0-RC1-p1 FreeBSD 8.0-RC1-p1 #0 r197783M: Mon Oct 5 16:50:08 UTC 2009 root@Vodka.Speed:/usr/obj/usr/src/sys/PHENOMII amd64 >Description: Oct 12 22:46:28 Vodka kernel: osscore: Overflow 352012200+4184, 351948800 Oct 13 00:25:56 Vodka kernel: osscore: Overflow 1497852000+6052, 1497790464 when playing a mp3 generates an overflow oss... %ossinfo Version info: OSS 4.2 (b 2000/200909282111) (0x00040100) BSD Platform: FreeBSD/amd64 8.0-RC1-p1 FreeBSD 8.0-RC1-p1 #0 r197783M: Mon Oct 5 16:50:08 UTC 2009 root@Vodka.Speed:/usr/obj/usr/src/sys/PHENOMII (Vodka.Speed) Number of audio devices: 9 Number of audio engines: 13 Number of MIDI devices: 0 Number of mixer devices: 1 Device objects 0: oss_hdaudio0 ATI HD Audio interrupts=1771234 (1771234) HD Audio controller ATI HD Audio Vendor ID 0x10024383 Subvendor ID 0x10192618 Codec 0: ALC888 (0x10ec0888/0x10192618) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From jilles at FreeBSD.org Wed Oct 14 18:29:07 2009 From: jilles at FreeBSD.org (jilles@FreeBSD.org) Date: Wed Oct 14 18:29:13 2009 Subject: standards/128546: ls -p does not follow symlinks Message-ID: <200910141829.n9EIT65n084150@freefall.freebsd.org> Synopsis: ls -p does not follow symlinks State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Wed Oct 14 18:29:05 UTC 2009 State-Changed-Why: Committed (r198056). http://www.freebsd.org/cgi/query-pr.cgi?pr=128546 From dfilter at FreeBSD.org Wed Oct 14 20:10:04 2009 From: dfilter at FreeBSD.org (dfilter service) Date: Wed Oct 14 20:10:11 2009 Subject: standards/128546: commit references a PR Message-ID: <200910142010.n9EKA4uJ069459@freefall.freebsd.org> The following reply was made to PR standards/128546; it has been noted by GNATS. From: dfilter@FreeBSD.org (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: standards/128546: commit references a PR Date: Tue, 13 Oct 2009 21:52:05 +0000 (UTC) Author: jilles Date: Tue Oct 13 21:51:50 2009 New Revision: 198056 URL: http://svn.freebsd.org/changeset/base/198056 Log: ls: Make -p not inhibit following symlinks. According to the man page, when neither -H/-L nor -F/-d/-l are given, -H is implied. This agrees with POSIX, GNU ls and Solaris ls. This means that -p, although it is very similar to -F, does not prevent the implicit following of symlinks. PR: standards/128546 Modified: head/bin/ls/ls.c Modified: head/bin/ls/ls.c ============================================================================== --- head/bin/ls/ls.c Tue Oct 13 21:28:51 2009 (r198055) +++ head/bin/ls/ls.c Tue Oct 13 21:51:50 2009 (r198056) @@ -399,7 +399,7 @@ main(int argc, char *argv[]) * If not -F, -d or -l options, follow any symbolic links listed on * the command line. */ - if (!f_longform && !f_listdir && !f_type) + if (!f_longform && !f_listdir && (!f_type || f_slash)) fts_options |= FTS_COMFOLLOW; /* _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From gavin at FreeBSD.org Wed Oct 14 20:16:49 2009 From: gavin at FreeBSD.org (gavin@FreeBSD.org) Date: Wed Oct 14 20:16:54 2009 Subject: kern/139580: oss overflow Message-ID: <200910142016.n9EKGmDp078787@freefall.freebsd.org> Synopsis: oss overflow State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Wed Oct 14 20:12:58 UTC 2009 State-Changed-Why: To submitter: I'm afraid you'll have to provide more details: Firstly, I'm guessing this is related to a port you are using? Can you tell me which port this is? The command pkg_which `which ossinfo` should be enough to answer that. Thanks Responsible-Changed-From-To: freebsd-standards->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Wed Oct 14 20:12:58 UTC 2009 Responsible-Changed-Why: Track. http://www.freebsd.org/cgi/query-pr.cgi?pr=139580 From bugmaster at FreeBSD.org Mon Oct 19 11:07:03 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 19 11:09:41 2009 Subject: Current problem reports assigned to freebsd-standards@FreeBSD.org Message-ID: <200910191107.n9JB72oA063579@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/135307 standards Boot Loader problem on Acer Aspire 5735 o stand/130067 standards Wrong numeric limits in system headers? o stand/129524 standards FreeBSD 7.0 isnt detecting my hardrives with raid5 o stand/129196 standards Inconsistent errno in strtol() o bin/125855 standards sh(1) allows for multiline, non-escaped control struct o stand/124860 standards flockfile(3) doesn't work when the memory has been exh o stand/123688 standards POSIX standard changes in unistd.h and grp.h o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) o stand/121568 standards [patch] ln(1): wrong "ln -s" behaviour o stand/120947 standards xsm ignores system.xsm and .xsmstartup o stand/116826 standards [patch] sh support for POSIX character classes o stand/116477 standards rm(1): rm behaves unexpectedly when using -r and relat o bin/116413 standards incorrect getconf(1) handling of unsigned constants gi o stand/116081 standards make does not work with the directive sinclude p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o stand/96236 standards [patch] [posix] sed(1) incorrectly describes a functio o stand/96016 standards [headers] clock_getres et al should be in o stand/94729 standards [libc] fcntl() throws undocumented ENOTTY o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers a stand/86484 standards [patch] mkfifo(1) uses wrong permissions o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o stand/82654 standards C99 long double math functions are missing o stand/81287 standards [patch] fingerd(8) might send a line not ending in CRL a stand/80293 standards sysconf() does not support well-defined unistd values o stand/79056 standards [feature request] [atch] regex(3) regression tests o stand/70813 standards [patch] ls(1) not Posix compliant o stand/66357 standards make POSIX conformance problem ('sh -e' & '+' command- s kern/64875 standards [libc] [patch] [request] add a system call: fdatasync( s stand/62858 standards malloc(0) not C99 compliant o stand/56476 standards cd9660 unicode support simple hack o stand/54839 standards [pcvt] pcvt deficits o stand/54833 standards [pcvt] more pcvt deficits o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) o stand/46119 standards Priority problems for SCHED_OTHER using pthreads o stand/44425 standards getcwd() succeeds even if current dir has perm 000. p stand/41576 standards POSIX compliance of ln(1) o stand/39256 standards snprintf/vsnprintf aren't POSIX-conformant for strings s stand/36076 standards Implementation of POSIX fuser command o kern/27835 standards [libc] execve() doesn't conform to execve(2) spec in s a docs/26003 standards getgroups(2) lists NGROUPS_MAX but not syslimits.h s stand/24590 standards timezone function not compatible witn Single Unix Spec o bin/24390 standards ln(1) Replacing old dir-symlinks when using /bin/ln o stand/21519 standards sys/dir.h should be deprecated some more s bin/14925 standards getsubopt isn't poisonous enough 47 problems total. From rkityjjl at jlyfkftr.com Sun Oct 25 07:50:02 2009 From: rkityjjl at jlyfkftr.com (vmaouctn) Date: Sun Oct 25 07:50:12 2009 Subject: standards/139942: vmaouctn Message-ID: <200910250749.n9P7nKcI065897@www.freebsd.org> >Number: 139942 >Category: standards >Synopsis: vmaouctn >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-standards >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 25 07:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: vmaouctn >Release: vmaouctn >Organization: vmaouctn >Environment: vmaouctn >Description: drovamqj http://aiuwngyk.com jbxdkvqk othobxsm [URL=http://zybhwnyl.com]oqffmoqk[/URL] bvqltlii >How-To-Repeat: vmaouctn >Fix: vmaouctn >Release-Note: >Audit-Trail: >Unformatted: From linimon at FreeBSD.org Sun Oct 25 07:53:27 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Oct 25 07:53:33 2009 Subject: junk/139942: vmaouctn Message-ID: <200910250753.n9P7rQ8Q097339@freefall.freebsd.org> Synopsis: vmaouctn State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Oct 25 07:53:09 UTC 2009 State-Changed-Why: garbage. http://www.freebsd.org/cgi/query-pr.cgi?pr=139942 From atyiitca at tvhsxabz.com Sun Oct 25 08:00:13 2009 From: atyiitca at tvhsxabz.com (obrqaczg) Date: Sun Oct 25 08:00:31 2009 Subject: standards/139946: obrqaczg Message-ID: <200910250750.n9P7oouR066083@www.freebsd.org> >Number: 139946 >Category: standards >Synopsis: obrqaczg >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-standards >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 25 08:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: obrqaczg >Release: obrqaczg >Organization: obrqaczg >Environment: obrqaczg >Description: [URL=http://ncakfket.com]riwwpxqk[/URL] ffcxcoav http://ebopbxzt.com hzzewfia qspgqgge bonmjovl >How-To-Repeat: obrqaczg >Fix: obrqaczg >Release-Note: >Audit-Trail: >Unformatted: From linimon at FreeBSD.org Sun Oct 25 08:37:14 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Oct 25 08:37:22 2009 Subject: junk/139946: obrqaczg Message-ID: <200910250837.n9P8bEpJ038487@freefall.freebsd.org> Synopsis: obrqaczg State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Oct 25 08:36:59 UTC 2009 State-Changed-Why: garbage http://www.freebsd.org/cgi/query-pr.cgi?pr=139946 From bugmaster at FreeBSD.org Mon Oct 26 11:07:09 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 26 11:10:21 2009 Subject: Current problem reports assigned to freebsd-standards@FreeBSD.org Message-ID: <200910261107.n9QB780p043896@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/135307 standards Boot Loader problem on Acer Aspire 5735 o stand/130067 standards Wrong numeric limits in system headers? o stand/129524 standards FreeBSD 7.0 isnt detecting my hardrives with raid5 o stand/129196 standards Inconsistent errno in strtol() o bin/125855 standards sh(1) allows for multiline, non-escaped control struct o stand/124860 standards flockfile(3) doesn't work when the memory has been exh o stand/123688 standards POSIX standard changes in unistd.h and grp.h o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) o stand/121568 standards [patch] ln(1): wrong "ln -s" behaviour o stand/120947 standards xsm ignores system.xsm and .xsmstartup o stand/116826 standards [patch] sh support for POSIX character classes o stand/116477 standards rm(1): rm behaves unexpectedly when using -r and relat o bin/116413 standards incorrect getconf(1) handling of unsigned constants gi o stand/116081 standards make does not work with the directive sinclude p stand/107561 standards [libc] [patch] [request] Missing SUS function tcgetsid o stand/104743 standards [headers] [patch] Wrong values for _POSIX_ minimal lim o stand/100017 standards [Patch] Add fuser(1) functionality to fstat(1) o stand/96236 standards [patch] [posix] sed(1) incorrectly describes a functio o stand/96016 standards [headers] clock_getres et al should be in o stand/94729 standards [libc] fcntl() throws undocumented ENOTTY o kern/93705 standards [headers] [patch] ENODATA and EGREGIOUS (for glibc com o stand/92362 standards [headers] [patch] Missing SIGPOLL in kernel headers a stand/86484 standards [patch] mkfifo(1) uses wrong permissions o stand/83845 standards [libm] [patch] add log2() and log2f() support for libm o stand/82654 standards C99 long double math functions are missing o stand/81287 standards [patch] fingerd(8) might send a line not ending in CRL a stand/80293 standards sysconf() does not support well-defined unistd values o stand/79056 standards [feature request] [atch] regex(3) regression tests o stand/70813 standards [patch] ls(1) not Posix compliant o stand/66357 standards make POSIX conformance problem ('sh -e' & '+' command- s kern/64875 standards [libc] [patch] [request] add a system call: fdatasync( s stand/62858 standards malloc(0) not C99 compliant o stand/56476 standards cd9660 unicode support simple hack o stand/54839 standards [pcvt] pcvt deficits o stand/54833 standards [pcvt] more pcvt deficits o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) o stand/46119 standards Priority problems for SCHED_OTHER using pthreads o stand/44425 standards getcwd() succeeds even if current dir has perm 000. p stand/41576 standards POSIX compliance of ln(1) o stand/39256 standards snprintf/vsnprintf aren't POSIX-conformant for strings s stand/36076 standards Implementation of POSIX fuser command o kern/27835 standards [libc] execve() doesn't conform to execve(2) spec in s a docs/26003 standards getgroups(2) lists NGROUPS_MAX but not syslimits.h s stand/24590 standards timezone function not compatible witn Single Unix Spec o bin/24390 standards ln(1) Replacing old dir-symlinks when using /bin/ln o stand/21519 standards sys/dir.h should be deprecated some more s bin/14925 standards getsubopt isn't poisonous enough 47 problems total.