aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-26unix: update riscv_hwprobe constantsMark Ryan
2023-09-26windows: add console ConPTY APIAyman Bagabas
2023-09-22unix/linux: update to Linux kernel 6.5Mark Ryan
2023-09-15unix: fix double copy in (*SockaddrALG).sockaddrKir Kolyshkin
2023-09-15unix: add TestSockaddrALGKir Kolyshkin
2023-09-14unix: modernize test helpersKir Kolyshkin
2023-09-14unix: use errnoErr in generated wrappers on solarisTobias Klauser
2023-09-14cpu: remove the use of ioutilKir Kolyshkin
2023-09-13unix: remove the use of ioutilKir Kolyshkin
2023-09-13cpu: fix wrong cache line size of riscv64Meng Zhuo
2023-09-12all: remove ioutil usage from testsKir Kolyshkin
2023-09-12unix: remove usage of ioutil.TempFile in testsKir Kolyshkin
2023-09-12unix: use filepath in tests where appropriateKir Kolyshkin
2023-09-08windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader...qmuntal
2023-09-08all: use t.TempDir in testsKir Kolyshkin
2023-09-07unix: rm unused zos test helper functionsKir Kolyshkin
2023-09-07unix: remove unused ptracePtr on darwinTobias Klauser
2023-09-06unix, windows: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-25unix/linux: update to gcc 13.2.0, qemu 8.0.3 for loong64 and and Go 1.21.0 fo...chenguoqi
2023-08-17windows: don't check non-existent return code in GetStartupInfoTobias Klauser
2023-08-17windows: use SyscallN in mkwinsyscallMauri de Souza Meneguzzo
2023-08-16cpu: remove repetitive wordcui fliter
2023-08-14cpu: add support for amx detectionAnton Kuklin
2023-08-10unix: avoid setting O_NONBLOCK needlessly by checking flags beforehandAndy Pan
2023-08-09unix: add SchedSetAttr and SchedGetAttr for LinuxKir Kolyshkin
2023-08-07windows: add TimeBeginPeriod and TimeEndPeriod syscallsqmuntal
2023-07-26unix: add riscv_hwprobe for riscv64Mark Ryan
2023-07-26unix: retry fetching of lists through sysctl if the size changesEd Schouten
2023-07-20unix: add more block device ioctl numbersLorenz Brun
2023-07-19all: fix some typoscui fliter
2023-07-19unix: fix last argument of pselect6 on linuxMauri de Souza Meneguzzo
2023-07-17windows: remove repetitive wordscui fliter
2023-07-13unix: add Mremap for netbsdTobias Klauser
2023-06-27unix/linux: update to Linux kernel 6.4 and Go 1.21rc2Tobias Klauser
2023-06-27windows: make TestSystemModuleVersions more tolerantHeschi Kreinick
2023-06-27unix/linux: update TUN flags and virtio_net_hdr constantsJordan Whited
2023-06-24windows/svc/mgr: add Service.RecoveryActionsOnNonCrashFailuresCraig Davison
2023-06-16unix: add Mremap for linuxAnton Kuklin
2023-06-16unix: add missing IFLA_* consts on linuxTobias Klauser
2023-06-16unix/linux: update to Linux kernel 6.3 and Go 1.20.5Tobias Klauser
2023-06-12unix: remove recently introduced debug/elf dependencyBrad Fitzpatrick
2023-06-09unix: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET for LinuxGuoqi Chen
2023-06-06unix: replace use of strcpy in mkerrors.shJosh Rickmar
2023-06-05unix: add Getresuid and Getresgid for OpenBSDAlvar Penning
2023-06-04unix: remove absolute path of pwd from mkall.shAlvar Penning
2023-05-31unix: add Getresuid, Getresgid for linuxMateusz Poliwczak
2023-05-23unix: update BPF constants with Linux kernel 6.2Florian Lehner
2023-05-19windows: fix EnumProcesses to pass the correct array sizeRoman Mazur
2023-05-16cpu: add test for IsBigEndianTobias Klauser
2023-05-16cpu: define IsBigEndian on wasmTobias Klauser