Julian Kornberger d564595380 unix: Use syscall.SysctlRaw in Sysctl hace 9 años
..
.gitignore 2ac7e53520 x/sys/unix: use xcrun to find OS X and iOS SDKs in mkall.sh. hace 10 años
asm.s e11762ca30 unix: add gccgo support hace 11 años
asm_darwin_386.s e11762ca30 unix: add gccgo support hace 11 años
asm_darwin_amd64.s e11762ca30 unix: add gccgo support hace 11 años
asm_darwin_arm.s 785372d7b0 unix: add darwin/arm support hace 10 años
asm_darwin_arm64.s 58e109635f unix: add darwin/arm64 support hace 10 años
asm_dragonfly_amd64.s e11762ca30 unix: add gccgo support hace 11 años
asm_freebsd_386.s e11762ca30 unix: add gccgo support hace 11 años
asm_freebsd_amd64.s e11762ca30 unix: add gccgo support hace 11 años
asm_freebsd_arm.s e11762ca30 unix: add gccgo support hace 11 años
asm_linux_386.s e11762ca30 unix: add gccgo support hace 11 años
asm_linux_amd64.s e11762ca30 unix: add gccgo support hace 11 años
asm_linux_arm.s e11762ca30 unix: add gccgo support hace 11 años
asm_linux_arm64.s 379497e3ff unix: add explicit build tags hace 10 años
asm_linux_mips64x.s 19ced1583f x/sys/unix: added linux/mips64{,le} support hace 10 años
asm_linux_ppc64x.s 4cd067a709 unix: add ppc64le/linux support hace 10 años
asm_linux_s390x.s d4feaf1a7e unix: add build tags to s390x files hace 9 años
asm_netbsd_386.s e11762ca30 unix: add gccgo support hace 11 años
asm_netbsd_amd64.s e11762ca30 unix: add gccgo support hace 11 años
asm_netbsd_arm.s e11762ca30 unix: add gccgo support hace 11 años
asm_openbsd_386.s e11762ca30 unix: add gccgo support hace 11 años
asm_openbsd_amd64.s e11762ca30 unix: add gccgo support hace 11 años
asm_solaris_amd64.s 339fc2ca4b unix: update to use direct linking on Solaris hace 10 años
bluetooth_linux.go 8aa0c605e5 syscall: add bluetooth constants for linux hace 10 años
constants.go 8642817a1a unix: Add [RWX]_OK constants for Access hace 11 años
creds_test.go 3dec8fc77c unix: fix TestSCMCredentials hace 10 años
env_unix.go 11f12da052 go.sys/unix: implement the environment functions by wrapping syscall hace 11 años
env_unset.go c65f27ffe6 go.sys: add Unsetenv hace 11 años
export_test.go 76b6ca6286 unix: include export_test.go only during unix build hace 10 años
flock.go 279b3782ad go.sys: fix imports to cgc/p/go.sys, add build tags hace 11 años
flock_linux_32bit.go 8442dd2c63 go.sys: update package names hace 11 años
gccgo.go b65462c961 unix: add Syscall9 for gccgo hace 10 años
gccgo_c.c b65462c961 unix: add Syscall9 for gccgo hace 10 años
gccgo_linux_amd64.go e11762ca30 unix: add gccgo support hace 11 años
gccgo_linux_sparc64.go 67f277b6fe unix: Added linux/sparc64 gccgo support hace 9 años
mkall.sh 67f277b6fe unix: Added linux/sparc64 gccgo support hace 9 años
mkerrors.sh 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
mkpost.go 33267e036f unix: add s390x support hace 9 años
mksyscall.pl 85f6155b9e unix: emit +build comments in generator scripts hace 10 años
mksyscall_solaris.pl 68a71b6be5 unix: add various missing syscalls available on Linux hace 10 años
mksysctl_openbsd.pl 85f6155b9e unix: emit +build comments in generator scripts hace 10 años
mksysnum_darwin.pl 85f6155b9e unix: emit +build comments in generator scripts hace 10 años
mksysnum_dragonfly.pl 85f6155b9e unix: emit +build comments in generator scripts hace 10 años
mksysnum_freebsd.pl 85f6155b9e unix: emit +build comments in generator scripts hace 10 años
mksysnum_linux.pl 85f6155b9e unix: emit +build comments in generator scripts hace 10 años
mksysnum_netbsd.pl 85f6155b9e unix: emit +build comments in generator scripts hace 10 años
mksysnum_openbsd.pl 85f6155b9e unix: emit +build comments in generator scripts hace 10 años
mmap_unix_test.go c6f86e98fe unix: add solaris to mmap test hace 10 años
race.go 0c07981137 go.sys/unix: add asm hooks for solaris to runtime-resident syscall help hace 11 años
race0.go 0c07981137 go.sys/unix: add asm hooks for solaris to runtime-resident syscall help hace 11 años
sockcmsg_linux.go 8442dd2c63 go.sys: update package names hace 11 años
sockcmsg_unix.go c8bc69bc2d unix: fix uint64->int cast of control message header hace 10 años
str.go 082a6a3a8b unix: fix infinite recursion in itoa hace 10 años
syscall.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_bsd.go d564595380 unix: Use syscall.SysctlRaw in Sysctl hace 9 años
syscall_bsd_test.go 30de6d19a3 unix: fix TestGetfsstat the same way as CL 28550 in pkg syscall hace 9 años
syscall_darwin.go a408501be4 unix: fix missing use of use function in Getfsstat and Getwd hace 9 años
syscall_darwin_386.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_darwin_amd64.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_darwin_arm.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_darwin_arm64.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_dragonfly.go a408501be4 unix: fix missing use of use function in Getfsstat and Getwd hace 9 años
syscall_dragonfly_amd64.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_freebsd.go a408501be4 unix: fix missing use of use function in Getfsstat and Getwd hace 9 años
syscall_freebsd_386.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_freebsd_amd64.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_freebsd_arm.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_freebsd_test.go 8fdfb00a6a unix: skip failing test on freebsd-386 hace 10 años
syscall_linux.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
syscall_linux_386.go 5a8c7f28c1 unix: add Ppoll support for linux hace 9 años
syscall_linux_amd64.go 5a8c7f28c1 unix: add Ppoll support for linux hace 9 años
syscall_linux_arm.go 5a8c7f28c1 unix: add Ppoll support for linux hace 9 años
syscall_linux_arm64.go c47cb47a30 x/sys/unix: remove unused constants hace 9 años
syscall_linux_mips64x.go c47cb47a30 x/sys/unix: remove unused constants hace 9 años
syscall_linux_ppc64x.go 5a8c7f28c1 unix: add Ppoll support for linux hace 9 años
syscall_linux_s390x.go 5a8c7f28c1 unix: add Ppoll support for linux hace 9 años
syscall_linux_sparc64.go 67f277b6fe unix: Added linux/sparc64 gccgo support hace 9 años
syscall_linux_test.go 5a8c7f28c1 unix: add Ppoll support for linux hace 9 años
syscall_netbsd.go 5829c74886 unix: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall hace 11 años
syscall_netbsd_386.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_netbsd_amd64.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_netbsd_arm.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_no_getwd.go 8442dd2c63 go.sys: update package names hace 11 años
syscall_openbsd.go a408501be4 unix: fix missing use of use function in Getfsstat and Getwd hace 9 años
syscall_openbsd_386.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_openbsd_amd64.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_solaris.go 8f0908ab3b unix: implement Gethostname, Pipe, and Wait4 for Solaris hace 9 años
syscall_solaris_amd64.go afce3de575 unix: make TimevalToNsec available everywhere hace 10 años
syscall_test.go 082a6a3a8b unix: fix infinite recursion in itoa hace 10 años
syscall_unix.go 71c96e4240 unix: don't allocate putting common errno values in error interfaces hace 11 años
syscall_unix_test.go 9d4e42a206 x/sys/unix: add Dup2 wrapper for arm64/ppc64 hace 10 años
types_darwin.go e6e5e023fc x/sys/unix: expose fchmodat(2) and related constants on darwin/amd64 hace 10 años
types_dragonfly.go 8442dd2c63 go.sys: update package names hace 11 años
types_freebsd.go ea745763b1 unix: Added posix_fadvise support for Linux and FreeBSD hace 11 años
types_linux.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
types_netbsd.go 8442dd2c63 go.sys: update package names hace 11 años
types_openbsd.go 8442dd2c63 go.sys: update package names hace 11 años
types_solaris.go 8f0908ab3b unix: implement Gethostname, Pipe, and Wait4 for Solaris hace 9 años
zerrors_darwin_386.go 9c60d1c508 x/sys/unix: regenerate darwin/386 outputs hace 10 años
zerrors_darwin_amd64.go e3fe6f5d46 x/sys/unix: regenerate darwin/amd64 outputs with the latest SDK hace 10 años
zerrors_darwin_arm.go 785372d7b0 unix: add darwin/arm support hace 10 años
zerrors_darwin_arm64.go ec18ccffcd x/sys/unix: regenerate darwin/arm64 outputs with the latest SDK hace 10 años
zerrors_dragonfly_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
zerrors_freebsd_386.go 342d6a85aa unix: update FreeBSD generated types and errors hace 10 años
zerrors_freebsd_amd64.go 342d6a85aa unix: update FreeBSD generated types and errors hace 10 años
zerrors_freebsd_arm.go 379497e3ff unix: add explicit build tags hace 10 años
zerrors_linux_386.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
zerrors_linux_amd64.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
zerrors_linux_arm.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
zerrors_linux_arm64.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
zerrors_linux_mips64.go b44883b474 unix: add CLONE_NEWCGROUP for linux kernel >=4.6 hace 9 años
zerrors_linux_mips64le.go b44883b474 unix: add CLONE_NEWCGROUP for linux kernel >=4.6 hace 9 años
zerrors_linux_ppc64.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
zerrors_linux_ppc64le.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
zerrors_linux_s390x.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
zerrors_linux_sparc64.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
zerrors_netbsd_386.go 379497e3ff unix: add explicit build tags hace 10 años
zerrors_netbsd_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
zerrors_netbsd_arm.go 379497e3ff unix: add explicit build tags hace 10 años
zerrors_openbsd_386.go 379497e3ff unix: add explicit build tags hace 10 años
zerrors_openbsd_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
zerrors_solaris_amd64.go 584c5fee74 x/sys/unix: add type specific ioctl functions for termios on solaris hace 10 años
zsyscall_darwin_386.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_darwin_amd64.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_darwin_arm.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_darwin_arm64.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_dragonfly_amd64.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_freebsd_386.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_freebsd_amd64.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_freebsd_arm.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_linux_386.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_linux_amd64.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_linux_arm.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_linux_arm64.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_linux_mips64.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_linux_mips64le.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_linux_ppc64.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_linux_ppc64le.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_linux_s390x.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_linux_sparc64.go b699b70325 x/sys/unix: add Getsid on linux hace 9 años
zsyscall_netbsd_386.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_netbsd_amd64.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_netbsd_arm.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_openbsd_386.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_openbsd_amd64.go f78f5183ff unix: fix missing use of use function in sysctl hace 9 años
zsyscall_solaris_amd64.go 8f0908ab3b unix: implement Gethostname, Pipe, and Wait4 for Solaris hace 9 años
zsysctl_openbsd.go 8442dd2c63 go.sys: update package names hace 11 años
zsysnum_darwin_386.go 9c60d1c508 x/sys/unix: regenerate darwin/386 outputs hace 10 años
zsysnum_darwin_amd64.go 9ef4b6c1ff x/sys/unix: remove the SYS___SYSCTL manual edit for darwin/amd64. hace 10 años
zsysnum_darwin_arm.go 785372d7b0 unix: add darwin/arm support hace 10 años
zsysnum_darwin_arm64.go 2ac7e53520 x/sys/unix: use xcrun to find OS X and iOS SDKs in mkall.sh. hace 10 años
zsysnum_dragonfly_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_freebsd_386.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_freebsd_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_freebsd_arm.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_linux_386.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_linux_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_linux_arm.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_linux_arm64.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_linux_mips64.go 19ced1583f x/sys/unix: added linux/mips64{,le} support hace 10 años
zsysnum_linux_mips64le.go 19ced1583f x/sys/unix: added linux/mips64{,le} support hace 10 años
zsysnum_linux_ppc64.go ca94ffdedb unix: add ppc64/linux support hace 10 años
zsysnum_linux_ppc64le.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_linux_s390x.go 33267e036f unix: add s390x support hace 9 años
zsysnum_linux_sparc64.go 67f277b6fe unix: Added linux/sparc64 gccgo support hace 9 años
zsysnum_netbsd_386.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_netbsd_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_netbsd_arm.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_openbsd_386.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_openbsd_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
zsysnum_solaris_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
ztypes_darwin_386.go 9c60d1c508 x/sys/unix: regenerate darwin/386 outputs hace 10 años
ztypes_darwin_amd64.go e6e5e023fc x/sys/unix: expose fchmodat(2) and related constants on darwin/amd64 hace 10 años
ztypes_darwin_arm.go 785372d7b0 unix: add darwin/arm support hace 10 años
ztypes_darwin_arm64.go ec18ccffcd x/sys/unix: regenerate darwin/arm64 outputs with the latest SDK hace 10 años
ztypes_dragonfly_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
ztypes_freebsd_386.go 342d6a85aa unix: update FreeBSD generated types and errors hace 10 años
ztypes_freebsd_amd64.go 342d6a85aa unix: update FreeBSD generated types and errors hace 10 años
ztypes_freebsd_arm.go 379497e3ff unix: add explicit build tags hace 10 años
ztypes_linux_386.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_linux_amd64.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_linux_arm.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_linux_arm64.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_linux_mips64.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_linux_mips64le.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_linux_ppc64.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_linux_ppc64le.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_linux_s390x.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_linux_sparc64.go 30237cf4ee x/sys/unix: added SockaddrCAN struct to allow creation of AF_CAN sockets hace 9 años
ztypes_netbsd_386.go 379497e3ff unix: add explicit build tags hace 10 años
ztypes_netbsd_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
ztypes_netbsd_arm.go 379497e3ff unix: add explicit build tags hace 10 años
ztypes_openbsd_386.go 379497e3ff unix: add explicit build tags hace 10 años
ztypes_openbsd_amd64.go 379497e3ff unix: add explicit build tags hace 10 años
ztypes_solaris_amd64.go 8f0908ab3b unix: implement Gethostname, Pipe, and Wait4 for Solaris hace 9 años