[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2021-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 Mark Johnston changed: What|Removed |Added Status|New |Closed CC|

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2021-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #18 from Konstantin Belousov --- (In reply to Robert Clausecker from comment #17) To implement this change, we need a released POSIX version. -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2021-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 Robert Clausecker changed: What|Removed |Added CC||f...@fuz.su --- Comment #17 fr

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #16 from SOUMENDRA GANGULY <0.gang...@gmail.com> --- I have created a new differential revision for the manpage: https://reviews.freebsd.org/D27787 -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #15 from SOUMENDRA GANGULY <0.gang...@gmail.com> --- In https://reviews.freebsd.org/D27650, I had written: "OTOH, while it's not a big deal anymore, I wonder why some of the other platforms such as NetBSD have chosen to not put t

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #14 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=7d7fad7bd969fb464f64d34932234060cee112af commit 7d7fad7bd969fb464f64d34932234060cee112af Author:

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #13 from SOUMENDRA GANGULY <0.gang...@gmail.com> --- The patches here are now outdated. New patches are on phabricator. -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #12 from SOUMENDRA GANGULY <0.gang...@gmail.com> --- https://reviews.freebsd.org/D27650 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@free

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #11 from SOUMENDRA GANGULY <0.gang...@gmail.com> --- Added the Symbol.map file. It should now link after rebuilding libc. I will now also submit this patch to phabricator. -- You are receiving this mail because: You are the ass

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #10 from SOUMENDRA GANGULY <0.gang...@gmail.com> --- Created attachment 220654 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220654&action=edit lib/libc/gen/Symbol.map -- You are receiving this mail because: You are

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #9 from SOUMENDRA GANGULY <0.gang...@gmail.com> --- I updated termios.h.diff to demonstrate what I was proposing in my last comment. There is no need to test it; I have not tested the patches on phabricator yet. Thank you. -- Y

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 SOUMENDRA GANGULY <0.gang...@gmail.com> changed: What|Removed |Added Attachment #220607|0 |1

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #7 from SOUMENDRA GANGULY <0.gang...@gmail.com> --- Sir, I have created a phabricator account. Can you please approve it? The email address is the same as that of this Bugzilla account. I have made an observation. Both the NetBS

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #6 from Konstantin Belousov --- sys/ioctl.h must not be included into posix header, it contaminates user namespace. You test program still cannot link. Use phabricator to submit patches, https://reviews.freebsd.org -- You are

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 --- Comment #5 from SOUMENDRA GANGULY <0.gang...@gmail.com> --- Sir, thank you for notifying me about this. I have now restored the order in termios.h. Additionally, I have #include-d ; we need it for struct winsize. According to the POSIX p

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 SOUMENDRA GANGULY <0.gang...@gmail.com> changed: What|Removed |Added Attachment #220580|0 |1

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org --- Comment

[Bug 251868] Add tcgetwinsize() and tcsetwinsize() to termios.h

2020-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251868 SOUMENDRA GANGULY <0.gang...@gmail.com> changed: What|Removed |Added Summary|Add tcgetwinsize() and |Add tcgetw