Index of tech-userlevel for January, 2022


FromSubject
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 ElzRe: [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
MouseRe: [PATCH 0/6] script(1) cleanups, -e to pass through exit code
Robert ElzRe: [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 MewburnProposal: Deprecate (or rename) extsrc/
Valery UshakovRe: Proposal: Deprecate (or rename) extsrc/
01/08/2022
matthew greenre: Proposal: Deprecate (or rename) extsrc/
Paul GoyetteRe: Proposal: Deprecate (or rename) extsrc/
01/09/2022
Alistair CrooksRe: Proposal: Deprecate (or rename) extsrc/
01/11/2022
David HollandRe: Proposal: Deprecate (or rename) extsrc/
01/13/2022
PHORequest for review: librefuse overhaul for supporting more filesystems
Joerg SonnenbergerRe: Request for review: librefuse overhaul for supporting more filesystems
PHORe: Request for review: librefuse overhaul for supporting more filesystems
Roland IlligRe: Request for review: librefuse overhaul for supporting more filesystems
Roland IlligRe: Request for review: librefuse overhaul for supporting more filesystems
01/17/2022
Manuel Bouyerbrandelf(1)
Martin HusemannRe: brandelf(1)
01/18/2022
Christos ZoulasRe: brandelf(1)
Joerg SonnenbergerRe: brandelf(1)
01/19/2022
Hauke FathRe: brandelf(1)
Manuel BouyerRe: brandelf(1)
Joerg SonnenbergerRe: brandelf(1)
PHORe: 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