Versions in this module Expand all Collapse all v0 v0.9.1 Mar 25, 2014 v0.9.0 Mar 10, 2014 Changes in this version + var ErrNotSupportedPlatform = errors.New("platform and architecture is not supported") + func Chdir(dir string) error — linux/amd64 + func Chroot(dir string) error — linux/amd64 + func Clone(flags uintptr) (int, error) — linux/amd64 + func Closefd(fd uintptr) error — linux/amd64 + func CreateMasterAndConsole() (*os.File, string, error) — linux/amd64 + func Dup2(fd1, fd2 uintptr) error — linux/amd64 + func Exec(cmd string, args []string, env []string) error — linux/amd64 + func Execv(cmd string, args []string, env []string) error — linux/amd64 + func Fork() (int, error) — linux/amd64 + func GetLastAccess(stat *syscall.Stat_t) syscall.Timespec + func GetLastModification(stat *syscall.Stat_t) syscall.Timespec + func Ioctl(fd uintptr, flag, data uintptr) error — linux/amd64 + func LUtimesNano(path string, ts []syscall.Timespec) error + func Lgetxattr(path string, attr string) ([]byte, error) + func Lsetxattr(path string, attr string, data []byte, flags int) error + func Mkfifo(name string, mode uint32) error — linux/amd64 + func Mknod(path string, mode uint32, dev int) error — linux/amd64 + func Mount(source, target, fstype string, flags uintptr, data string) error — linux/amd64 + func OpenPtmx() (*os.File, error) — linux/amd64 + func OpenTerminal(name string, flag int) (*os.File, error) — linux/amd64 + func ParentDeathSignal() error — linux/amd64 + func Pivotroot(newroot, putold string) error — linux/amd64 + func Ptsname(f *os.File) (string, error) — linux/amd64 + func SetCloneFlags(cmd *exec.Cmd, flag uintptr) + func Setctty() error — linux/amd64 + func Setgid(gid int) error — linux/amd64 + func Setgroups(gids []int) error — linux/amd64 + func Sethostname(name string) error — linux/amd64 + func Setns(fd uintptr, flags uintptr) error — linux/amd64 + func Setresgid(rgid, egid, sgid int) error — linux/amd64 + func Setresuid(ruid, euid, suid int) error — linux/amd64 + func Setsid() (int, error) — linux/amd64 + func Setuid(uid int) error — linux/amd64 + func Umask(mask int) int — linux/amd64 + func Unlockpt(f *os.File) error — linux/amd64 + func Unmount(target string, flags int) error — linux/amd64 + func Unshare(flags int) error — linux/amd64 + func UsetCloseOnExec(fd uintptr) error + func UtimesNano(path string, ts []syscall.Timespec) error