| 6d638812 | 12-Jan-2025 |
schwarze <schwarze@openbsd.org> |
When running a shell to check that the startup files properly set up the environment, discard standard output from the startup files. While putting commands into startup files that generate output is
When running a shell to check that the startup files properly set up the environment, discard standard output from the startup files. While putting commands into startup files that generate output is certainly not recommended, we don't want such output to interfere with these checks.
Based on a smaller patch from Lloyd <ng2d68 at proton dot me> on bugs@ made more consistent and less aggressive by me.
OK afresh1@ semarie@
show more ...
|
| 46d53d6e | 27-Mar-2015 |
schwarze <schwarze@openbsd.org> |
In mount(8) output, do not misparse lines where fs_spec ends with the two characters "on", which can for example happen for NFS mounts. Patch from Lauri Tirkkonen <lotheac at iki dot fi> on bugs@. |
| fcd0deb3 | 24-Jun-2014 |
schwarze <schwarze@openbsd.org> |
The Perl close() function, when called on pipe file descriptors, provides information from wait(2), which needs careful inspection in order to not hide errors.
Problem identified by florian@ after a
The Perl close() function, when called on pipe file descriptors, provides information from wait(2), which needs careful inspection in order to not hide errors.
Problem identified by florian@ after a bug report from otto@. Fix based on a patch from florian@, considerably tweaked by me. OK florian@
show more ...
|