vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| * Ted Unangst [2005-12-03]: > i just committed the current rthreads code. this is a replacement for If you switch to rthreads and still want to compile ports with USE_SYSTRACE, you need to build a systrace with -DRTHREADS and apply this diff. Index: infrastructure/db/systrace.filter ================================================== ================= RCS file: /a/devel/cvs/ports/infrastructure/db/systrace.filter,v retrieving revision 1.16 diff -u -r1.16 systrace.filter --- infrastructure/db/systrace.filter 9 Jul 2005 07:29:01 -0000 1.16 +++ infrastructure/db/systrace.filter 4 Dec 2005 09:42:31 -0000 @@ -67,6 +67,7 @@ native-getsid: permit native-getsockname: permit native-getsockopt: permit + native-getthrid: permit native-gettimeofday: permit native-getuid: permit native-ioctl: permit @@ -101,6 +102,8 @@ native-recvfrom: permit native-recvmsg: permit native-rename: permit + native-rfork: permit + native-sched_yield: permit native-select: permit native-sendmsg: permit native-sendto: permit @@ -136,6 +139,10 @@ native-symlink: filename match "/<non-existent filename>: *" then deny[enoent] native-symlink: string eq "" and filename eq "" then deny[enoent] native-sync: permit + native-threxit: permit + native-thrsigdivert: permit + native-thrsleep: permit + native-thrwakeup: permit native-umask: permit native-utimes: permit native-vfork: permit |