summaryrefslogtreecommitdiffstats
path: root/libexec/reorder_kernel
AgeCommit message (Collapse)AuthorFilesLines
2019-09-28Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norajacoutot1-2/+2
X11R6). Suggested by tb@ ok deraadt@ tb@ millert@
2019-07-30shorten the failure message, it should not wrap a line.deraadt1-2/+2
2019-06-20after installing new kernel, do a sync(8) to encourage lazy buffers toderaadt1-1/+2
make it to disk (discussion with tedu)
2019-02-10Simplify NFS checkkn1-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
2018-05-01Add an explanation to relink.log what a failed checksum of /bsdrpe1-2/+12
means and show how to re-enable KARL. Prodded by and OK deraadt Feedback and OK tb
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intorpe1-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@
2017-08-25It's a standalone script now, so explicitly set a sane PATH.rpe1-1/+3
2017-08-25Fix detection whether /usr/share is on a nfs mounted filesystem.rpe1-2/+2
2017-08-21Move the kernel relinking code from /etc/rc into a seperate scriptrpe2-0/+67
/usr/libexec/reorder_kernel. Requested by ajacoutot@ to be able to relink the kernel from within syspatch(8). OK deraadt@ tb@