Skip to content

lye/freebsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeBSD Go Bindings

package freebsd provides Go bindings to some of the more uncommon (but very useful!) features of FreeBSD. All functionality should be considered untested, APIs should be considered unstable (e.g., fork before using). Check the docs for the following sub-packages:

  • package fs provides bindings to nmount and statfs, allowing filesystem manipulation.
  • package jail provides an interface for creating and managing jails.
  • package md provides an interface to malloc/vnode/swap-backed md devices.
  • package netif will eventually provide access to the a system's network interfaces, but right now just does address enumeration.

About

Go bindings to FreeBSD-specific stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages