Sign in
go
/
sys
/
HEAD
0e1262c
unix: add ptrace(PT_DENY_ATTACH) wrapper for darwin
by Tom Thorogood
· 3 days ago
master
6938dae
unix: add missing constants used with struct Timex on Linux
by James Clark
· 3 days ago
01b330b
unix: improve flaky solaris test logging
by Nahum Shalman
· 3 days ago
e7d7f63
all: fix some comments
by cui fliter
· 5 days ago
7a75290
unix/linux: update to glibc 2.36
by chenguoqi
· 7 days ago
4112509
windows/mkwinsyscall: write source to temp file if formatting fails
by Davis Goodin
· 12 days ago
71da690
windows/mkwinsyscall: support "." and "-" in DLL name
by Davis Goodin
· 13 days ago
b829a39
unix/linux: update to gcc 13.0.0, qemu 7.1.0 for loong64
by chenguoqi
· 7 days ago
c3037ed
unix: add support for clock_adjtime on Linux
by James Clark
· 11 days ago
13fe000
cpu: add IsBigEndian
by Tobias Klauser
· 9 days ago
17fce3a
unix: avoid false positive in vet shift check
by Russ Cox
· 10 days ago
a6f4650
windows: use UTF16FromString and UTF16ToString from syscall
by qmuntal
· 2 weeks ago
6e4d1c5
unix/linux: update to Linux kernel 6.1 and Go 1.20-rc2
by Tobias Klauser
· 4 weeks ago
b8be2fd
cpu: add //go:build line to cpu_gccgo_x86.c
by Tobias Klauser
· 5 weeks ago
1e9f341
unix: add //go:build line to gccgo_c.c
by Tobias Klauser
· 5 weeks ago
b60007c
unix: add Uvmexp and SysctlUvmexp for NetBSD
by Benny Siegert
· 5 weeks ago
v0.4.0
b751db5
unix: gofmt hurd files after CL 459895
by Tobias Klauser
· 5 weeks ago
b360406
unix: support TIOCGETA on GNU/Hurd
by Samuel Thibault
· 5 weeks ago
3086868
unix: regen on OpenBSD 7.2
by Joel Sing
· 6 weeks ago
2b11e6b
unix: remove Mclpool from openbsd types
by Joel Sing
· 6 weeks ago
7c6badc
unix: convert openbsd/mips64 to direct libc calls
by Joel Sing
· 5 weeks ago
3b1fc93
unix: avoid allocations for common uses of Readv, Writev, etc.
by Eric Lagergren
· 7 weeks ago
2204b66
cpu: parse /proc/cpuinfo on linux/arm64 on old kernels when needed
by Brad Fitzpatrick
· 7 weeks ago
72f772c
unix: offs2lohi should shift by bits, not bytes
by Eric Lagergren
· 8 weeks ago
cffae8e
unix: add ClockGettime on *bsd and solaris
by Tobias Klauser
· 8 weeks ago
96e75de
unix: improve Sendmsg and Recvmsg documentation
by Dave Pifke
· 8 weeks ago
127c0dd
unix/linux: use Go 1.20rc1 to generate files
by Tobias Klauser
· 8 weeks ago
3ca3b18
windows: add GetLargePageMinimum
by Johan Jansson
· 4 months ago
internal-branch.go1.20-vendor
v0.3.0
d684c6f
execabs: isGo119ErrDot: use errors.Is instead of string-matching
by Sebastiaan van Stijn
· 3 months ago
fc697a3
unix: add ParseOneSocketControlMessage to parse control messages without allocating
by Marten Seemann
· 5 months ago
v0.2.0
5726498
unix: in Linux sendmsgN actually send one normal byte
by Ian Lance Taylor
· 3 months ago
95e765b
x/sys/unix: make ReadDirent available on zOS
by dustin-ward
· 6 months ago
v0.1.0
090e330
unix: add support for openbsd/ppc64
by Joel Sing
· 4 months ago
3938a4f
cpu: add support for ppc64 on platforms other than aix and linux
by Joel Sing
· 4 months ago
a970992
unix: add support for openbsd/riscv64
by Joel Sing
· 5 months ago
e2bdbfe
unix: flip openbsd libc build tags
by Joel Sing
· 4 months ago
abe0a0a
windows: replace uses of Close() with CloseHandle()
by Sebastiaan van Stijn
· 4 months ago
68d869b
unix: migrate some illumos definitions to solaris
by Nahum Shalman
· 4 months ago
84dc82d
all: use grep -E/-F instead of fgrep/egrep
by kxxt
· 4 months ago
f11e5e4
unix: use unsafe.Slice in (*FileHandle).Bytes
by Tobias Klauser
· 4 months ago
6fa7a7c
windows: allow calling WSASendto with nil Sockaddr
by Tobias Klauser
· 4 months ago
c57c793
unix: add SIG_BLOCK and friends for Linux
by Lorenz Bauer
· 4 months ago
d9d178b
unix: add PthreadSigmask for Linux
by Lorenz Bauer
· 4 months ago
8cfa568
unix: allow calling Sendto with nil Sockaddr
by Tobias Klauser
· 4 months ago
fb04ddd
windows: add DWM window attribute related syscalls
by Michael Lelli
· 5 months ago
7b5979e
unix: remove Go 1.12 compatibility on darwin
by Tobias Klauser
· 5 months ago
63ea559
unix: add namespaced versions of Listxattr/Flistxattr/Llistxattr on *BSD
by Dmitri Goutnik
· 5 months ago
76c7481
all: simplify unsafe.Slice usage in {Byte,UTF16}PtrToString
by Tobias Klauser
· 5 months ago
3275c40
windows: add window handle related system calls
by Michael Lelli
· 5 months ago
aba9fc2
unix: use unsafe.Slice instead of unsafeheader package
by Tobias Klauser
· 5 months ago
2771309
unix: fix event port panic after close
by Nahum Shalman
· 6 months ago
7ac13a9
unix: don't call t.Fatal from goroutine in TestSendmsgBuffers
by Tobias Klauser
· 5 months ago
87db552
plan9: use unsafe.Slice instead of unsafeheader package
by Tobias Klauser
· 5 months ago
d0df966
unix: support all Setuid/Setgid and related syscalls on Linux
by Mateusz Poliwczak
· 5 months ago
9e1f761
x/sys/unix: use uintptr for tracee addresses on FreeBSD
by aarzilli
· 6 months ago
d48e67d
unix: use strconv.Itoa instead of local implementation
by Tobias Klauser
· 5 months ago
2c41d75
unix: add IoctlLoop{Get,Set}Status64 on linux
by Tobias Klauser
· 5 months ago
c680a09
unix: improve solaris event port panic message
by Nahum Shalman
· 6 months ago
20c2bfd
cpu: fix cpu cacheLineSize for arm64 darwin(a.k.a. M1)
by Pure White
· 9 months ago
2296e01
windows: remove duplicate words from comments
by Abirdcfly
· 6 months ago
5a39038
unix: convert openbsd/arm to direct libc calls
by Joel Sing
· 6 months ago
fbc7d0a
unix: convert openbsd/386 to direct libc calls
by Joel Sing
· 6 months ago
5f8f020
unix: convert openbsd/amd64 to direct libc calls
by Joel Sing
· 6 months ago
74508da
unix: convert openbsd/arm64 to direct libc calls
by Joel Sing
· 6 months ago
1c4a2a7
unix: make mkasm_darwin.go usable with other operating systems
by Joel Sing
· 6 months ago
3d627bb
cpu: implement CPU feature detection for openbsd/arm64
by Joel Sing
· 7 months ago
e9af53b
unix: improve and simplify mkasm_darwin.go
by Joel Sing
· 6 months ago
8e32c04
unix: add missing IFLA_* consts on linux
by Tobias Klauser
· 6 months ago
e052cef
unix/linux: run each mkall.go target in a seperate goroutine
by Clayton Townsend II
· 7 months ago
6e608f9
unix: update perf_event_attr_go
by Florian Lehner
· 6 months ago
a90be44
unix: fix sendmsgN return value for empty iovecs and non-empty oob
by Tobias Klauser
· 6 months ago
66a0560
windows: support Windows SOCKADDR_BTH structure
by PumpkinSeed
· 7 months ago
1609e55
windows: add QueryWorkingSetEx
by awaw fumin
· 6 months ago
3c1f352
unix: implement recvmsgRaw and sendmsgN on aix
by Tobias Klauser
· 6 months ago
e65921a
unix/linux: use Go 1.19rc2 instead of building gotip
by Tobias Klauser
· 6 months ago
8c9f86f
A+C: delete AUTHORS and CONTRIBUTORS
by Russ Cox
· 7 months ago
c6bc011
unix: add socket constants
by ianwoolf
· 7 months ago
c0bba94
unix: add constants for netlink/audit
by Florian Lehner
· 7 months ago
0a85c31
unix: add freebsd/riscv64 support
by Meng Zhuo
· 7 months ago
5a0f066
cpu: support non-linux OS for riscv64
by Meng Zhuo
· 7 months ago
05e143d
unix: regenerate on FreeBSD 12.3
by Yuval Pavel Zholkover
· 7 months ago
3183198
windows: add remaining IpAdapterAddresses fields
by Dan Kortschak
· 7 months ago
179beb0
windows: add GetBestInterfaceEx
by Dan Kortschak
· 8 months ago
f75cf1e
unix: provide Msghdr.SetIovlen on openbsd/mips64
by Joel Sing
· 7 months ago
87e55d7
unix: add RecvmsgBuffers and SendmsgBuffers
by Ian Lance Taylor
· 8 months ago
175b2fd
unix: change Solaris Iovec.Base to *byte
by Ian Lance Taylor
· 8 months ago
4f61da8
unix: use ByteSliceToString in TestMountUnmount on zos
by Tobias Klauser
· 8 months ago
ff8c426
unix: add support for TCP_CONNECTION_INFO on macOS
by Will Hawkins
· 8 months ago
bf31f56
unix: add MemfdSecret on linux/riscv64
by Tobias Klauser
· 8 months ago
af78867
unix/linux: update to Linux kernel 5.19-rc2
by Tobias Klauser
· 8 months ago
003f7fa
unix: implement Fstat{,at} using Statx on linux/loong64
by Tobias Klauser
· 8 months ago
6c1b26c
unix: always zero the higher bits of return value on linux/loong64 syscalls
by Guoqi Chen
· 8 months ago
internal-branch.go1.19-vendor
9f5ed59
cpu: use xgetbv intrinsic
by Ian Lance Taylor
· 8 months ago
635b8c9
unix: add Getsid function on Solaris
by Nahum Shalman
· 8 months ago
bc2c85a
unix: update openbsd Statfs_t fields
by Kir Kolyshkin
· 9 months ago
f9599da
unix: use ByteSliceToString in TestIoctlPtmget
by Tobias Klauser
· 9 months ago
dcacdad
unix: use ByteSliceFromString in (*Ifreq).Name
by Kir Kolyshkin
· 9 months ago
5e4e11f
unix/linux: use gotip instead of patched Go 1.18
by Tobias Klauser
· 9 months ago
45d2b45
unix: add mount(2) for macOS
by Ed Schouten
· 9 months ago
988cb79
execabs: add legacy "//+build" constraints
by Bryan C. Mills
· 9 months ago
Next »