Re: Minutes of the 21st July 2022 Teleconference

2022-07-22 Thread Danny Niu via austin-group-l at The Open Group
That sounds very good, but I have one thing on my mind Mr. Josey. How did we decide to resolve bug 1068 by accepting it as marked? Did we do some liaison work with IETF? Surveyed existing implementations? Or both, or anything else? > 2022-07-22 21:29:10,Andrew Josey via austin-group-l at The

Re: [1003.1(2013)/Issue7+TC1 0001068]: Binding to a system-assigned port.

2022-07-22 Thread Danny Niu via austin-group-l at The Open Group
I'm sincerely sorry for my mailer's (Microsoft Hotmail's) URL protector. I'll take note of that in the future.

答复: How do I get the buffered bytes in a FILE *?

2022-04-15 Thread Danny Niu via austin-group-l at The Open Group
Rob, you can use the MSG_PEEK flag on recv(2) instead of relying on stdio FILE* handles. 发件人: Rob Landley via austin-group-l at The Open Group 日期: 星期二, 2022-04-12 05:59:31 收件人: Rich Felker 抄送: austin-group-l@opengroup.org 主题: Re: How do I get the buffered bytes in a FILE *? On 4/11/22 15:41,

Why can't a single condvar be used with multiple mutexes?

2021-05-04 Thread Danny Niu via austin-group-l at The Open Group
Hi, all. I realize this is busy time for the group to work on the next version of the standard, and I hope I'm not being too disruptive. In pthread_cond_wait and pthread_cond_timedwait, it is unspecified when a single condition variable is used with more than one mutex. I suppose such

Did we specify what "directory search" is anywhere in the standard?

2021-01-23 Thread Danny Niu via austin-group-l at The Open Group
Did we specify what "directory search" permission is anywhere? The closest thing I saw seems to be "File Access Permissions" in Base Definitions volume General Concepts section, but it doesn't specify anything for searching a directory. Info are scattered across the System Interfaces volumes in