aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-15Upgrade golang-x-sys to v0.6.0HEADmastermainDan Willemsen
2023-03-04unix: define PerfBitWriteBackwardFrancis Laniel
2023-03-02unix: add SetsockoptTCPMD5Sig on linuxTobias Klauser
2023-02-28unix: use unsafe.Slice in anyToSockaddrTobias Klauser
2023-02-28windows: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windowsTobias Klauser
2023-02-28unix: define extended TCPInfo on LinuxWill Hawkins
2023-02-24unix: add ioctlPtr with unsafe.Pointer arg on other unices (cont)Dmitri Goutnik
2023-02-24unix: add Dup3 on FreeBSDDmitri Goutnik
2023-02-23unix: pass PROT_MPROTECT(PROT_READ|PROT_WRITE) to initial Mmap on netbsdTobias Klauser
2023-02-23unix/linux: update to Linux kernel 6.2, glibc 2.37 and Go 1.20.1Tobias Klauser
2023-02-22unix: use C.ioctl in generated ioctlPtrDmitri Goutnik
2023-02-22unix: use SYS_PTRACE in generated ptracePtrTobias Klauser
2023-02-22unix/linux: add TUN flags and virtio_net_hdr constantsJordan Whited
2023-02-21unix: add ptracePtr that accepts pointer arg as unsafe.PointerDmitri Goutnik
2023-02-21execabs: don't override Go 1.19 error with our errorIan Lance Taylor
2023-02-21unix: add ioctlPtr with unsafe.Pointer arg on other unicesDmitri Goutnik
2023-02-17unix: Faccess: check CAP_DAC_OVERRIDE on LinuxKir Kolyshkin
2023-02-17cpu: get hwcap/auxv from the Go 1.21+ runtimeBrad Fitzpatrick
2023-02-08windows: Add WSALookupService syscall wrappersPumpkinSeed
2023-02-08unix: fix a use-after-free bug in PtraceIO on freebsdBryan C. Mills
2023-02-07unix: avoid converting non-pointers to unsafe.Pointer in PtraceIOBryan C. Mills
2023-02-06unix: add missing address operator in initxattrdestBryan C. Mills
2023-02-06windows/debug/svc: buffer channel passed to signal.NotifyBryan C. Mills
2023-02-03unix: add ptrace(PT_DENY_ATTACH) wrapper for darwinTom Thorogood
2023-02-02unix: add missing constants used with struct Timex on LinuxJames Clark
2023-02-02unix: improve flaky solaris test loggingNahum Shalman
2023-01-31all: fix some commentscui fliter
2023-01-31unix/linux: update to glibc 2.36chenguoqi
2023-01-30windows/mkwinsyscall: write source to temp file if formatting failsDavis Goodin
2023-01-30windows/mkwinsyscall: support "." and "-" in DLL nameDavis Goodin
2023-01-30unix/linux: update to gcc 13.0.0, qemu 7.1.0 for loong64chenguoqi
2023-01-27unix: add support for clock_adjtime on LinuxJames Clark
2023-01-27cpu: add IsBigEndianTobias Klauser
2023-01-27unix: avoid false positive in vet shift checkRuss Cox
2023-01-20windows: use UTF16FromString and UTF16ToString from syscallqmuntal
2023-01-16unix/linux: update to Linux kernel 6.1 and Go 1.20-rc2Tobias Klauser
2023-01-05cpu: add //go:build line to cpu_gccgo_x86.cTobias Klauser
2023-01-05unix: add //go:build line to gccgo_c.cTobias Klauser
2023-01-04unix: add Uvmexp and SysctlUvmexp for NetBSDBenny Siegert
2023-01-01unix: gofmt hurd files after CL 459895Tobias Klauser
2022-12-31unix: support TIOCGETA on GNU/HurdSamuel Thibault
2022-12-30unix: regen on OpenBSD 7.2Joel Sing
2022-12-30unix: remove Mclpool from openbsd typesJoel Sing
2022-12-30unix: convert openbsd/mips64 to direct libc callsJoel Sing
2022-12-21unix: avoid allocations for common uses of Readv, Writev, etc.Eric Lagergren
2022-12-20cpu: parse /proc/cpuinfo on linux/arm64 on old kernels when neededBrad Fitzpatrick
2022-12-15unix: offs2lohi should shift by bits, not bytesEric Lagergren
2022-12-13unix: add ClockGettime on *bsd and solarisTobias Klauser
2022-12-13unix: improve Sendmsg and Recvmsg documentationDave Pifke
2022-12-12unix/linux: use Go 1.20rc1 to generate filesTobias Klauser