resource leak in fifo_vnops.c: 6.x/7.x/8.x

2009-11-05 Thread Dorr H. Clark
mtx_unlock(&fifo_mtx); + /* Exclusive VOP lock is held - safe to clean */ + fifo_cleanup(vp); return (ENXIO); } fip->fi_writers++; Test program follows. We welcome feedback on this proposed fix. Chitti Ni

gdb/libkvm problem - can someone explain this?

2009-11-04 Thread Dorr H. Clark
; goto invalid; } +#endif *pa = ofs; return (NBPDR - (va & PAGE4M_MASK)); } Does anyone see any problem or have any comments about this? Paul Lai Engineer Dorr H. Clark Advisor Graduate School of Engineering San

ptrace problem 6.x/7.x - can someone explain this?

2009-10-27 Thread Dorr H. Clark
error = EBUSY; goto fail; } So does anyone know whether it's safe to simply remove that test? Thanks, Arlie Stephens Engineer Dorr H. Clark Advisor Graduate School of Engineering Santa Clara University, Santa Clara, CA