Add '-s' option to simply display the number of bytes available for the rdrootfilesystem in the specified kernel.No behaviour change to existing uses of rdsetroot.Improved option handling & ok k
Add '-s' option to simply display the number of bytes available for the rdrootfilesystem in the specified kernel.No behaviour change to existing uses of rdsetroot.Improved option handling & ok kn@
show more ...
Sync usage with SYNOPSIS, mention that -x may use stdoutFeedback from jmc and Crystal KolipeOK jmc
For open/openat, if the flags parameter does not contain O_CREAT, the3rd (variadic) mode_t parameter is irrelevant. Many developers in the pasthave passed mode_t (0, 044, 0644, or such), which mig
For open/openat, if the flags parameter does not contain O_CREAT, the3rd (variadic) mode_t parameter is irrelevant. Many developers in the pasthave passed mode_t (0, 044, 0644, or such), which might lead future peopleto copy this broken idiom, and perhaps even believe this parameter has somemeaning or implication or application. Delete them all.This comes out of a conversation where tb@ noticed that a strange (butintentional) pledge behaviour is to always knock-out high-bits frommode_t on a number of system calls as a safety factor, and his bewildermentthat this appeared to be happening against valid modes (at least visually),but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef.ok millert
Rewrite using libelf(3).Lots of help with build/tests on sparc64 from jsg@, thank you.ok deraadt
insert a missing .El and fix a typo
take elfrdsetroot, clean it up for regular usage, and make it a fullcitizen of base.push from benno, ok mortimer ingo others