summaryrefslogtreecommitdiff
path: root/src/pkg/debug/proc/proc_freebsd.go
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell1-0/+17
cgo/libmach remain unimplemented. However, compilers, runtime, and packages are 100%. I still need to go through and implement missing syscalls (at least make sure they're all listed), but for all shipped functionality, this is done. Ship! ;) R=rsc, VenkateshSrinivas http://codereview.appspot.com/152142 Committer: Russ Cox <rsc@golang.org>