summaryrefslogtreecommitdiffstats
path: root/libexec/reorder_kernel/reorder_kernel.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norajacoutot2019-09-281-2/+2
| | | | | | | X11R6). Suggested by tb@ ok deraadt@ tb@ millert@
* shorten the failure message, it should not wrap a line.deraadt2019-07-301-2/+2
|
* after installing new kernel, do a sync(8) to encourage lazy buffers toderaadt2019-06-201-1/+2
| | | | make it to disk (discussion with tedu)
* Simplify NFS checkkn2019-02-101-3/+2
| | | | | | | | Instead of getting all filesystems with df(1), filter /usr/share/ and check with mount(1) whether it's NFS, make df error out directly if the filesystem type matches nfs. OK sthen tb
* Add an explanation to relink.log what a failed checksum of /bsdrpe2018-05-011-2/+12
| | | | | | | means and show how to re-enable KARL. Prodded by and OK deraadt Feedback and OK tb
* Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intorpe2017-11-051-9/+9
| | | | | | | | | | one location under /usr/share/relink. Be more specific in src/etc/rc reorder_libs() what filesystems need r/w remount and ensure that their mount state is restored. Idea and positive feedback from deraadt@ OK aja@ tb@
* It's a standalone script now, so explicitly set a sane PATH.rpe2017-08-251-1/+3
|
* Fix detection whether /usr/share is on a nfs mounted filesystem.rpe2017-08-251-2/+2
|
* Move the kernel relinking code from /etc/rc into a seperate scriptrpe2017-08-211-0/+58
/usr/libexec/reorder_kernel. Requested by ajacoutot@ to be able to relink the kernel from within syspatch(8). OK deraadt@ tb@