SVN commit 12522 by tcberner:
Fix build. Apparently xcursor has been pulled in before by some dependency.
M +1 -0 Makefile
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://free
SVN commit 12231 by tcberner:
update patch
M +30 -43patch-block-gdb
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information
SVN commit 12164 by tcberner:
Remove unused pid variable, and also disable ptrace on kcheckpass
M +1 -1 Makefile
M +32 -11files/patch-block-gdb
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde
SVN commit 12160 by tcberner:
This is an initial implementation to test a feature added recently in the linux
builds of kscreenlocker.
It blocks debuggers from tracing its process, using the linux call
prctl(PR_SET_DUMPABLE, mode).
FreeBSD introduced a similar feature in 277322 procctl's PROC_T