summaryrefslogtreecommitdiff
path: root/src/daemon_darwin.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed and added OSX patchMathias Hall-Andersen2017-07-191-0/+9
The patch was provided by: Naveen Nathan <naveen@lastninja.net> The following modifications to the patch was made: - Added copyright notice - Fixed file descriptor leak in .MTU() method - Migrated to the new(er) golang.org/x/sys/unix package - Removed non-functioning Daemonize method