Re: Is there the system call to set all 3 time at once?

2021-09-09 Thread Robert Elz
Date:Thu, 09 Sep 2021 11:58:23 + From:bsdairekii...@posteo.de Message-ID: <2cbd055de44ea130b54e525543d5d...@posteo.de> | I have looked NetBSD manual page and find this description since NetBSD | 5.0 in utimes and since NetBSD 6.0 in utimensat. I believe that.

Re: Is there the system call to set all 3 time at once?

2021-09-09 Thread Tom Ivar Helbekkmo
bsdairekii...@posteo.de writes: > I have been using UFS2 on NetBSD longer than UFS1 and will continue to > do so for the next 10 years. Unless UFS3 is released in that time, if > not, I will use UFS2 even longer. Therefore, as in the description, a > system call should be added that allows to set

Re: Is there the system call to set all 3 time at once?

2021-09-09 Thread bsdairekiifai
I have looked NetBSD manual page and find this description since NetBSD 5.0 in utimes and since NetBSD 6.0 in utimensat. https://man.netbsd.org/NetBSD-5.0/utimes.2 https://man.netbsd.org/NetBSD-6.0/utimensat.2 I have been using UFS2 on NetBSD longer than UFS1 and will continue to do so for the

Re: Is there the system call to set all 3 time at once?

2021-09-08 Thread Robert Elz
Date:Tue, 07 Sep 2021 22:14:31 + From:bsdairekii...@posteo.de Message-ID: | this page https://man.netbsd.org/utimensat.2 describes this. | | > Ideally a new system call will be added that allows the setting of all | > three times at once. | | Where ca

Is there the system call to set all 3 time at once?

2021-09-07 Thread bsdairekiifai
Hello, this page https://man.netbsd.org/utimensat.2 describes this. Ideally a new system call will be added that allows the setting of all three times at once. Where can I find this system call? If it is not available, can you create it?