Commit History

作者 SHA1 備註 提交日期
  Bryan Drewery 97dcff1c35 Fix -Wwritable-strings warnings 6 年之前
  Bryan Drewery c195b88eab Make ./wraith -q and -Q clearly exit when already written. 7 年之前
  Bryan Drewery 2424dd8d6c Revert "shell_exec: Use pipe(2) for stdin" 8 年之前
  Bryan Drewery ddc13503d9 Fix ptrace(3)/startup on OpenBSD after 868acbfc1a 8 年之前
  Bryan Drewery 1835efaea8 shell_exec: Use pipe(2) for stdin 9 年之前
  Bryan Drewery b4d482a55a Prefer vfork(2) for confedit and simple_exec 9 年之前
  Bryan Drewery f3a48b716d Support FreeBSD closefrom(2) 9 年之前
  Bryan Drewery 95f3a2665f Improve 32bit error hints and point to wiki page 10 年之前
  Bryan Drewery 62d5c7be22 Silence possible uninitialized variable warning here from clang. 10 年之前
  Bryan Drewery ac23d1a4cd Remove unneeded my_calloc/my_realloc 10 年之前
  Bryan Drewery 8ff02f875c Support forward compat for FreeBSD's procctl PROC_TRACE_CTL 10 年之前
  Bryan Drewery a4260c1004 Simplify DEBUG ifdef handling 10 年之前
  Bryan Drewery 2c372850f9 Optimize ptrace detection on FreeBSD 10 10 年之前
  Bryan Drewery efd29138df Use FreeBSD 10's procctl(PROC_TRACE_CTL) to disable core dumps and tracing. 10 年之前
  Bryan Drewery a8dbe5d5e6 Attempt to use PR_SET_PTRACER even if not defined at build-time to fix foward-compat. 10 年之前
  Bryan Drewery 6e3aea46cb Use Linux's prctl(PR_SET_DUMPABLE) to disable core dumps and ptrace(2). 10 年之前
  Bryan Drewery cda51973b1 Avoid warnings from Debian's FORTIFY_SOURCE 11 年之前
  Bryan Drewery 5dfdcfafe2 Don't crash at startup if ptrace(2) is ENOSYS 11 年之前
  Bryan Drewery 868acbfc1a Linux ptrace(2) is returning EPERM rather than EBUSY for 'already traced'. 11 年之前
  Bryan Drewery d99c7e29fa Allow all processes to trace when built with DEBUG. 11 年之前
  Bryan Drewery aecea23d34 Allow 'set trace ignore' again. Undoes a change from 2005. 11 年之前
  Bryan Drewery 6315fdf554 Only try detaching if it was successful 11 年之前
  Bryan Drewery d3aeea868c Make the Ubuntu prctl(2) fix in 4e89f5 less racy 11 年之前
  Bryan Drewery 0a35db444d Remove useless SIGCHLD raising 11 年之前
  Bryan Drewery 4e89f5ccdd Similar to 077327f8, avoid ptrace(2) warnings in apparmor on Ubuntu 11 年之前
  Bryan Drewery 8229d0d0f8 No need to check for free(NULL) 11 年之前
  Bryan Drewery fc244b9c05 Rename C++ files to .cc to quiet clang 12 年之前