Index of
tech-userlevel
for January, 2022
From
Subject
01/03/2022
=?utf-8?B?0L3QsNCx?=
[PATCH 1/6] script.c: fix usage string
=?utf-8?B?0L3QsNCx?=
[PATCH 2/6] script.c: use sh -c directly instead of system(3)
=?utf-8?B?0L3QsNCx?=
[PATCH 3/6] script.1: clarify that -c runs the argument via sh -c
=?utf-8?B?0L3QsNCx?=
[PATCH 4/6] script.c: exit with the exit code of the child
=?utf-8?B?0L3QsNCx?=
[PATCH 5/6] script.c: gate child exit code on -e flag
=?utf-8?B?0L3QsNCx?=
[PATCH 6/6] script.1: note -e flag
=?utf-8?B?0L3QsNCx?=
[PATCH] dd: merge ibm and oldibm
=?utf-8?B?0L3QsNCx?=
[PATCH 0/6] script(1) cleanups, -e to pass through exit code
01/04/2022
Robert Elz
Re: [PATCH 0/6] script(1) cleanups, -e to pass through exit code
=?utf-8?B?0L3QsNCx?=
Re: [PATCH 0/6] script(1) cleanups, -e to pass through exit code
Mouse
Re: [PATCH 0/6] script(1) cleanups, -e to pass through exit code
Robert Elz
Re: [PATCH 0/6] script(1) cleanups, -e to pass through exit code
=?utf-8?B?0L3QsNCx?=
Re: [PATCH 0/6] script(1) cleanups, -e to pass through exit code
01/07/2022
Luke Mewburn
Proposal: Deprecate (or rename) extsrc/
Valery Ushakov
Re: Proposal: Deprecate (or rename) extsrc/
01/08/2022
matthew green
re: Proposal: Deprecate (or rename) extsrc/
Paul Goyette
Re: Proposal: Deprecate (or rename) extsrc/
01/09/2022
Alistair Crooks
Re: Proposal: Deprecate (or rename) extsrc/
01/11/2022
David Holland
Re: Proposal: Deprecate (or rename) extsrc/
01/13/2022
PHO
Request for review: librefuse overhaul for supporting more filesystems
Joerg Sonnenberger
Re: Request for review: librefuse overhaul for supporting more filesystems
PHO
Re: Request for review: librefuse overhaul for supporting more filesystems
Roland Illig
Re: Request for review: librefuse overhaul for supporting more filesystems
Roland Illig
Re: Request for review: librefuse overhaul for supporting more filesystems
01/17/2022
Manuel Bouyer
brandelf(1)
Martin Husemann
Re: brandelf(1)
01/18/2022
Christos Zoulas
Re: brandelf(1)
Joerg Sonnenberger
Re: brandelf(1)
01/19/2022
Hauke Fath
Re: brandelf(1)
Manuel Bouyer
Re: brandelf(1)
Joerg Sonnenberger
Re: brandelf(1)
PHO
Re: Request for review: librefuse overhaul for supporting more filesystems
01/29/2022
=?utf-8?B?0L3QsNCx?=
[PATCH] script.c: bubble exit code with -c instead of always exiting 143