Block a user
Annoying little fixes that should’ve landed by now
It's better, functionality wise, to quit on errorful input before the error occurs.
Annoying little fixes that should’ve landed by now
Emma Tebibyte should be credited here as the current in-tree mm(1) implementation was mostly faer work.
Annoying little fixes that should’ve landed by now
So, the -a option is a switch meant to bitwise-or the open(2) mode argument with O_APPEND; this lack of truncation is what the kernel does, not what the program does. -a doesn't imply -t,…
Annoying little fixes that should’ve landed by now
I don't remember this being the case, I'll have to double check.
Clarify reasoning for STYLE #29
I wondered if targeted standard matters, but the newest draft has roughly the same language:
An implementation may allocate any addressable storage unit large enough to hold a bit-field. If…
Clarify reasoning for STYLE #29
I'm fine with "avoid" rather than a strict ban, though I would prefer we either cite a standard/draft directly.