[Issue 8 drafts 0001827]: Standardize gzip(1) cli interface instead of adding it to compress(1)

2024-04-15 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


A NOTE has been added to this issue. 
== 
https://www.austingroupbugs.net/view.php?id=1827 
== 
Reported By:nrk
Assigned To:
== 
Project:Issue 8 drafts
Issue ID:   1827
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Objection
Priority:   normal
Status: New
Name:   NRK 
Organization:
User Reference:  
Section:compress(1) utility 
Page Number:n/a 
Line Number:n/a 
Final Accepted Text: 
== 
Date Submitted: 2024-04-15 03:23 UTC
Last Modified:  2024-04-16 05:57 UTC
== 
Summary:Standardize gzip(1) cli interface instead of adding
it to compress(1)
== 

-- 
 (0006752) dannyniu (reporter) - 2024-04-16 05:57
 https://www.austingroupbugs.net/view.php?id=1827#c6752 
-- 
I totally agree that `gzip` should've been standardized, however, I have a
few observations on this:

1. some linux distros don't ship `pax` by default, but instead `cpio` and
`tar`.

2. the current draft 4 has passed a stage where we can make normative
changes to, so we might have to settle with an application usage or
rationale section.

3. I once asked in a note if avoiding the `gzip` name had anything to do
with potential trademark infringement, luckily when of the maintainers said
it isn't, and it's just one implementation had already implemented gzip
compression in the `compress` utility in the current form.

4. the `compress` utility can (if I didn't interpret it wrong) report
"unsupported" for some combinations of the options. 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2024-04-15 03:23 nrkNew Issue
2024-04-15 03:23 nrkName  => NRK 
2024-04-15 03:23 nrkSection   => compress(1) utility
2024-04-15 03:23 nrkPage Number   => n/a 
2024-04-15 03:23 nrkLine Number   => n/a 
2024-04-15 03:24 nrkIssue Monitored: nrk 
2024-04-16 05:57 dannyniu   Note Added: 0006752  
==




[Issue 8 drafts 0001812]: Support xargs -P 0

2024-04-15 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


The following issue has been RESOLVED. 
== 
https://austingroupbugs.net/view.php?id=1812 
== 
Reported By:dwheeler
Assigned To:ajosey
== 
Project:Issue 8 drafts
Issue ID:   1812
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Editorial
Priority:   normal
Status: Resolved
Name:   David A. Wheeler 
Organization:   The Linux Foundation 
User Reference:  
Section:xargs 
Page Number:3600-3601 
Line Number:123252 
Final Accepted Text:https://austingroupbugs.net/view.php?id=1812#c6751 
Resolution: Accepted As Marked
Fixed in Version:   
== 
Date Submitted: 2024-02-15 20:53 UTC
Last Modified:  2024-04-15 16:30 UTC
== 
Summary:Support xargs -P 0
==
Relationships   ID  Summary
--
related to  0001801 xargs: add -P option
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2024-02-15 20:53 dwheeler   New Issue
2024-02-15 20:53 dwheeler   Status   New => Under Review 
2024-02-15 20:53 dwheeler   Assigned To   => ajosey  
2024-02-15 20:53 dwheeler   Name  => David A. Wheeler
2024-02-15 20:53 dwheeler   Organization  => The Linux
Foundation
2024-02-15 20:53 dwheeler   Section   => xargs   
2024-02-15 20:53 dwheeler   Page Number   => 3600-3601   
2024-02-15 20:53 dwheeler   Line Number   => 123252  
2024-02-16 10:28 geoffclare Note Added: 0006659  
2024-02-16 11:39 kreNote Added: 0006661  
2024-02-19 19:58 dwheeler   Note Added: 0006667  
2024-02-19 21:28 steffenNote Added: 0006668  
2024-02-19 22:44 hvdNote Added: 0006669  
2024-02-21 00:41 gabravier  Note Added: 0006671  
2024-03-01 11:48 geoffclare Project  1003.1(2008)/Issue 7 =>
Issue 8 drafts
2024-04-15 16:04 geoffclare Relationship added   related to 0001801  
2024-04-15 16:29 geoffclare Note Added: 0006751  
2024-04-15 16:30 geoffclare Final Accepted Text   =>
https://austingroupbugs.net/view.php?id=1812#c6751
2024-04-15 16:30 geoffclare Status   Under Review =>
Resolved
2024-04-15 16:30 geoffclare Resolution   Open => Accepted As
Marked
==




[Issue 8 drafts 0001812]: Support xargs -P 0

2024-04-15 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


A NOTE has been added to this issue. 
== 
https://austingroupbugs.net/view.php?id=1812 
== 
Reported By:dwheeler
Assigned To:ajosey
== 
Project:Issue 8 drafts
Issue ID:   1812
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Editorial
Priority:   normal
Status: Under Review
Name:   David A. Wheeler 
Organization:   The Linux Foundation 
User Reference:  
Section:xargs 
Page Number:3600-3601 
Line Number:123252 
Final Accepted Text: 
== 
Date Submitted: 2024-02-15 20:53 UTC
Last Modified:  2024-04-15 16:29 UTC
== 
Summary:Support xargs -P 0
==
Relationships   ID  Summary
--
related to  0001801 xargs: add -P option
== 

-- 
 (0006751) geoffclare (manager) - 2024-04-15 16:29
 https://austingroupbugs.net/view.php?id=1812#c6751 
-- 
After making the page 3601 line 123232 change from bug 1801, change:
If the value of maxprocs is non-positive, the
behavior is unspecified.
to:
If the value of maxprocs is zero, the system
heuristically attempts to minimize total runtime by executing multiple
invocations of utility without waiting for previous executions to
complete (e.g., by choosing the number of such invocations based on the
number of available processors).

If the value of maxprocs is negative, the behavior is
unspecified. 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2024-02-15 20:53 dwheeler   New Issue
2024-02-15 20:53 dwheeler   Status   New => Under Review 
2024-02-15 20:53 dwheeler   Assigned To   => ajosey  
2024-02-15 20:53 dwheeler   Name  => David A. Wheeler
2024-02-15 20:53 dwheeler   Organization  => The Linux
Foundation
2024-02-15 20:53 dwheeler   Section   => xargs   
2024-02-15 20:53 dwheeler   Page Number   => 3600-3601   
2024-02-15 20:53 dwheeler   Line Number   => 123252  
2024-02-16 10:28 geoffclare Note Added: 0006659  
2024-02-16 11:39 kreNote Added: 0006661  
2024-02-19 19:58 dwheeler   Note Added: 0006667  
2024-02-19 21:28 steffenNote Added: 0006668  
2024-02-19 22:44 hvdNote Added: 0006669  
2024-02-21 00:41 gabravier  Note Added: 0006671  
2024-03-01 11:48 geoffclare Project  1003.1(2008)/Issue 7 =>
Issue 8 drafts
2024-04-15 16:04 geoffclare Relationship added   related to 0001801  
2024-04-15 16:29 geoffclare Note Added: 0006751  
==




Austin Group WEBEX +1-408-792-6300 PIN 2559 542 5421

2024-04-15 Thread Single UNIX Specification via austin-group-l at The Open Group
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//opengroup.org//NONSGML kigkonsult.se iCalcreator 2.22.1//
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:America/New_York
X-LIC-LOCATION:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20120311T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20121104T02
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
UID:661d5452b7...@opengroup.org
DTSTAMP:20240415T162243Z
ATTENDEE;ROLE=CHAIR:MAILTO:a.jo...@opengroup.org
CREATED:20240415T00Z
DESCRIPTION:Web/Project: Single UNIX Specification\nTitle: Austin Group WEB
 EX +1-408-792-6300 PIN 2559 542 5421\nDate/Time: 25-Apr-2024 at 11:00 Amer
 ica/New_York\nDuration: 1.50 hours\nURL: https://collaboration.opengroup.o
 rg/platform/single_unix_specification/events.php\n\nAll calls are anchored
  on US time\n\nTopic: Austin Group teleconference\n---
 \nAudio conference information\n--
 -\n\nYou are invited to a WEBE
 X meeting. \n
DTSTART;TZID=America/New_York:20240425T11
DURATION:PT1H30M0S
LAST-MODIFIED:20240415T122243Z
ORGANIZER;CN=Single UNIX Specification:MAILTO:do-not-re...@opengroup.org
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Austin Group WEBEX +1-408-792-6300 PIN 2559 542 5421
TRANSP:OPAQUE
URL:https://collaboration.opengroup.org/platform/single_unix_specification/
 events.php
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-VISIBILITY:40
X-JOINBEFORE:5
X-CATEGORY:Teleconference
X-PLATO-SITE:Single UNIX Specification
X-PLATO-SITEID:136
END:VEVENT
END:VCALENDAR


meeting.ics
Description: application/ics


[Issue 8 drafts 0001801]: xargs: add -P option

2024-04-15 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


The following issue has been set as RELATED TO issue 0001812. 
== 
https://austingroupbugs.net/view.php?id=1801 
== 
Reported By:mohd_akram
Assigned To:
== 
Project:Issue 8 drafts
Issue ID:   1801
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Editorial
Priority:   normal
Status: Resolved
Name:   Mohamed Akram 
Organization:
User Reference:  
Section:xargs 
Page Number:3600-3601 
Line Number:123162, 123252 
Final Accepted Text:See
https://austingroupbugs.net/view.php?id=1801#c6699 
Resolution: Accepted As Marked
Fixed in Version:   
== 
Date Submitted: 2024-01-25 21:39 UTC
Last Modified:  2024-03-25 15:26 UTC
== 
Summary:xargs: add -P option
==
Relationships   ID  Summary
--
related to  0001811 xargs: add -P option to FUTURE DIRECTIO...
related to  0001812 Support xargs -P 0
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2024-01-25 21:39 mohd_akram New Issue
2024-01-25 21:39 mohd_akram Name  => Mohamed Akram   
2024-01-25 21:39 mohd_akram Section   => xargs   
2024-01-25 21:39 mohd_akram Page Number   => 3600-3601   
2024-01-25 21:39 mohd_akram Line Number   => 123162, 123252  
2024-02-15 16:47 geoffclare Relationship added   related to 0001811  
2024-02-15 16:52 Don Cragun Note Added: 0006657  
2024-02-15 16:53 Don Cragun Status   New => Resolved 
2024-02-15 16:53 Don Cragun Resolution   Open => Accepted As
Marked
2024-02-15 16:55 Don Cragun Note Edited: 0006657 
2024-02-15 16:55 Don Cragun Tag Attached: issue9 
2024-02-15 16:59 Don Cragun Note Edited: 0006657 
2024-02-15 17:01 Don Cragun Final Accepted Text   => See
https://austingroupbugs.net/view.php?id=1801#c6657.
2024-02-16 11:31 kreNote Added: 0006660  
2024-02-21 00:20 gabravier  Note Added: 0006670  
2024-02-21 16:49 gabravier  Note Added: 0006672  
2024-02-25 06:26 kreNote Added: 0006675  
2024-02-25 06:38 kreNote Added: 0006676  
2024-02-26 01:11 gabravier  Note Added: 0006685  
2024-02-26 01:23 gabravier  Note Edited: 0006685 
2024-02-26 07:30 kreNote Added: 0006686  
2024-02-26 10:17 geoffclare Status   Resolved => Under
Review
2024-02-26 10:17 geoffclare Resolution   Accepted As Marked =>
Reopened
2024-03-01 11:40 geoffclare Note Added: 0006699  
2024-03-01 11:42 geoffclare Note Edited: 0006699 
2024-03-03 18:44 gabravier  Note Added: 0006702  
2024-03-03 18:45 gabravier  Note Edited: 0006702 
2024-03-03 18:46 gabravier  Note Edited: 0006702 
2024-03-03 18:46 gabravier  Note Edited: 0006702 
2024-03-03 18:46 gabravier  Note Edited: 0006702 
2024-03-25 15:26 geoffclare Final Accepted Text  See
https://austingroupbugs.net/view.php?id=1801#c6657. => See
https://austingroupbugs.net/view.php?id=1801#c6699
2024-03-25 15:26 geoffclare Status   Under Review =>
Resolved
2024-03-25 15:26 geoffclare Resolution   Reopened => Accepted As
Marked
2024-04-15 16:04 geoffclare Relationship added   related to 0001812  
==




[Issue 8 drafts 0001812]: Support xargs -P 0

2024-04-15 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


The following issue has been set as RELATED TO issue 0001801. 
== 
https://austingroupbugs.net/view.php?id=1812 
== 
Reported By:dwheeler
Assigned To:ajosey
== 
Project:Issue 8 drafts
Issue ID:   1812
Category:   Shell and Utilities
Type:   Enhancement Request
Severity:   Editorial
Priority:   normal
Status: Under Review
Name:   David A. Wheeler 
Organization:   The Linux Foundation 
User Reference:  
Section:xargs 
Page Number:3600-3601 
Line Number:123252 
Final Accepted Text: 
== 
Date Submitted: 2024-02-15 20:53 UTC
Last Modified:  2024-04-15 16:04 UTC
== 
Summary:Support xargs -P 0
==
Relationships   ID  Summary
--
related to  0001801 xargs: add -P option
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2024-02-15 20:53 dwheeler   New Issue
2024-02-15 20:53 dwheeler   Status   New => Under Review 
2024-02-15 20:53 dwheeler   Assigned To   => ajosey  
2024-02-15 20:53 dwheeler   Name  => David A. Wheeler
2024-02-15 20:53 dwheeler   Organization  => The Linux
Foundation
2024-02-15 20:53 dwheeler   Section   => xargs   
2024-02-15 20:53 dwheeler   Page Number   => 3600-3601   
2024-02-15 20:53 dwheeler   Line Number   => 123252  
2024-02-16 10:28 geoffclare Note Added: 0006659  
2024-02-16 11:39 kreNote Added: 0006661  
2024-02-19 19:58 dwheeler   Note Added: 0006667  
2024-02-19 21:28 steffenNote Added: 0006668  
2024-02-19 22:44 hvdNote Added: 0006669  
2024-02-21 00:41 gabravier  Note Added: 0006671  
2024-03-01 11:48 geoffclare Project  1003.1(2008)/Issue 7 =>
Issue 8 drafts
2024-04-15 16:04 geoffclare Relationship added   related to 0001801  
==




[Issue 8 drafts 0001810]: fdopen() can only be used once per file descriptor

2024-04-15 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


The following issue has been RESOLVED. 
== 
https://austingroupbugs.net/view.php?id=1810 
== 
Reported By:alanc
Assigned To:
== 
Project:Issue 8 drafts
Issue ID:   1810
Category:   System Interfaces
Type:   Clarification Requested
Severity:   Editorial
Priority:   normal
Status: Resolved
Name:   Alan Coopersmith 
Organization:   Oracle Solaris Engineering 
User Reference:  
Section:fdopen() 
Page Number:917 
Line Number:31300-31397 
Final Accepted Text:https://austingroupbugs.net/view.php?id=1810#c6750 
Resolution: Accepted As Marked
Fixed in Version:   
== 
Date Submitted: 2024-02-10 17:41 UTC
Last Modified:  2024-04-15 16:00 UTC
== 
Summary:fdopen() can only be used once per file descriptor
==
Relationships   ID  Summary
--
related to  0001809 close() guidance to use fclose() should...
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2024-02-10 17:41 alanc  New Issue
2024-02-10 17:41 alanc  Name  => Alan Coopersmith
2024-02-10 17:41 alanc  Organization  => Oracle Solaris
Engineering
2024-02-10 17:41 alanc  Section   => fdopen()
2024-02-10 17:41 alanc  Page Number   => 917 
2024-02-10 17:41 alanc  Line Number   => 31300-31397 
2024-02-10 18:57 Don Cragun Relationship added   related to 0001809  
2024-02-12 19:09 alanc  Note Added: 0006652  
2024-04-11 11:02 geoffclare Note Added: 0006744  
2024-04-11 20:48 alanc  Note Added: 0006749  
2024-04-15 15:59 geoffclare Note Added: 0006750  
2024-04-15 16:00 geoffclare Final Accepted Text   =>
https://austingroupbugs.net/view.php?id=1810#c6750
2024-04-15 16:00 geoffclare Status   New => Resolved 
2024-04-15 16:00 geoffclare Resolution   Open => Accepted As
Marked
==




[Issue 8 drafts 0001810]: fdopen() can only be used once per file descriptor

2024-04-15 Thread Austin Group Bug Tracker via austin-group-l at The Open Group


A NOTE has been added to this issue. 
== 
https://austingroupbugs.net/view.php?id=1810 
== 
Reported By:alanc
Assigned To:
== 
Project:Issue 8 drafts
Issue ID:   1810
Category:   System Interfaces
Type:   Clarification Requested
Severity:   Editorial
Priority:   normal
Status: New
Name:   Alan Coopersmith 
Organization:   Oracle Solaris Engineering 
User Reference:  
Section:fdopen() 
Page Number:917 
Line Number:31300-31397 
Final Accepted Text: 
== 
Date Submitted: 2024-02-10 17:41 UTC
Last Modified:  2024-04-15 15:59 UTC
== 
Summary:fdopen() can only be used once per file descriptor
==
Relationships   ID  Summary
--
related to  0001809 close() guidance to use fclose() should...
== 

-- 
 (0006750) geoffclare (manager) - 2024-04-15 15:59
 https://austingroupbugs.net/view.php?id=1810#c6750 
-- 
After page 899 line 30638, add to fclose() APPLICATION USAGE:If
the file descriptor associated with the stream has already been closed,
fclose() fails with an [EBADF] error (after it deallocates the
stream). However, in the event that the same file descriptor number is
allocated by some other operation (such as dup(), fopen(),
open(), pipe(), socket(), and so forth), before
fclose() is called, the fclose() call will close this newly
allocated file descriptor instead. Therefore, applications which close the
file descriptor before calling fclose() should ensure that they do
not perform any file open operations in between closing the file descriptor
and calling fclose(). This also applies in the event that two
streams have the same associated file descriptor; calling fclose()
on the first stream closes the file descriptor associated with both
streams, and then calling fclose() on the second stream has the same
risk described above.  See also xref to P522, L18532 XSH 2.5.1 Interaction
of File Descriptors and Standard I/O Streams.
After page 918 line 31349, add to fdopen() APPLICATION
USAGE:See also the APPLICATION USAGE for
fclose(). 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2024-02-10 17:41 alanc  New Issue
2024-02-10 17:41 alanc  Name  => Alan Coopersmith
2024-02-10 17:41 alanc  Organization  => Oracle Solaris
Engineering
2024-02-10 17:41 alanc  Section   => fdopen()
2024-02-10 17:41 alanc  Page Number   => 917 
2024-02-10 17:41 alanc  Line Number   => 31300-31397 
2024-02-10 18:57 Don Cragun Relationship added   related to 0001809  
2024-02-12 19:09 alanc  Note Added: 0006652  
2024-04-11 11:02 geoffclare Note Added: 0006744  
2024-04-11 20:48 alanc  Note Added: 0006749  
2024-04-15 15:59 geoffclare Note Added: 0006750  
==