On 2/14/23, Jan Beich wrote:
> Mateusz Guzik writes:
>
>> On 2/14/23, Jan Beich wrote:
>>
>>> Steffen Nurpmeso writes:
>>>
|+ if (all_flag) {
|+ cpus = sysconf(_SC_NPROCESSORS_ONLN);
is not compatible -- note i like the FreeBSD way better, and maybe
so
Mateusz Guzik writes:
> On 2/14/23, Jan Beich wrote:
>
>> Steffen Nurpmeso writes:
>>
>>> |+ if (all_flag) {
>>> |+ cpus = sysconf(_SC_NPROCESSORS_ONLN);
>>>
>>> is not compatible -- note i like the FreeBSD way better, and maybe
>>> someone should make a bug report even.
>>>
>
On 2/14/23, Jan Beich wrote:
> Steffen Nurpmeso writes:
>
>> |+ if (all_flag) {
>> |+ cpus = sysconf(_SC_NPROCESSORS_ONLN);
>>
>> is not compatible -- note i like the FreeBSD way better, and maybe
>> someone should make a bug report even.
>>
>> #?0|kent:$ getconf -a|grep NPROC
Steffen Nurpmeso writes:
> |+ if (all_flag) {
> |+ cpus = sysconf(_SC_NPROCESSORS_ONLN);
>
> is not compatible -- note i like the FreeBSD way better, and maybe
> someone should make a bug report even.
>
> #?0|kent:$ getconf -a|grep NPROC
> _NPROCESSORS_CONF
Mateusz Guzik wrote in
:
|On 2/8/23, Steffen Nurpmeso wrote:
|> Mateusz Guzik wrote in
|> <202302081947.318jlbt6052...@gitrepo.freebsd.org>:
|> ...
|>|Add nproc(1)
...
|>|It aims to be compatible with nproc as found in GNU coreutils.
|>
|> That, "however",
|>
|> ...
|>|+
On Wed, Feb 08, 2023 at 07:47:37PM +, Mateusz Guzik wrote:
> The branch main has been updated by mjg:
>
> URL:
> https://cgit.FreeBSD.org/src/commit/?id=48bfd3597654490cdc43bf0f591a539d3a28b590
>
> commit 48bfd3597654490cdc43bf0f591a539d3a28b590
> Author: Mateusz Guzik
> AuthorDate: 202
On 2/8/23, Steffen Nurpmeso wrote:
> Mateusz Guzik wrote in
> <202302081947.318jlbt6052...@gitrepo.freebsd.org>:
> ...
> |URL: https://cgit.FreeBSD.org/src/commit/?id=48bfd3597654490cdc43bf0f591\
> |a539d3a28b590
> ...
> |Add nproc(1)
>
> Hey! Great. (NPROC is mentioned in POSIX for en
Mateusz Guzik wrote in
<202302081947.318jlbt6052...@gitrepo.freebsd.org>:
...
|URL: https://cgit.FreeBSD.org/src/commit/?id=48bfd3597654490cdc43bf0f591\
|a539d3a28b590
...
|Add nproc(1)
Hey! Great. (NPROC is mentioned in POSIX for environment
variables, as well as a make macro that did
The branch main has been updated by mjg:
URL:
https://cgit.FreeBSD.org/src/commit/?id=48bfd3597654490cdc43bf0f591a539d3a28b590
commit 48bfd3597654490cdc43bf0f591a539d3a28b590
Author: Mateusz Guzik
AuthorDate: 2023-02-04 23:33:48 +
Commit: Mateusz Guzik
CommitDate: 2023-02-08 19:47: