aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall
AgeCommit message (Expand)Author
2025-03-18os: add Root.ChtimesDamien Neil
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-19path/filepath: use RtlIsDosDeviceName_U to detect Windows devicesqmuntal
2025-02-18all: use a more straightforward return valuecuishuang
2025-02-14internal/syscall/unix: correct fchmodat on openbsdJoel Sing
2025-02-14internal/syscall/unix: fix fchownat linkname for AIX & SolarisDamien Neil
2025-02-13os: add Root.ChownDamien Neil
2025-02-12internal/syscall: add cgo_import_dynamic for Fchmodat on AIX and SolarisDamien Neil
2025-02-10os: add Root.ChmodDamien Neil
2024-12-21internal/syscall/unix: apply fstatat fix to linux/mips64leCherry Mui
2024-12-17syscall, internal/syscall/unix: fix fstatat on linux/mips64Damien Neil
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-20os: add Root.Stat and Root.LstatDamien Neil
2024-11-20os: add Root.RemoveDamien Neil
2024-11-20os: add RootDamien Neil
2024-11-19internal/syscall/unix, os: add and use Waitid syscall wrapper on linuxTobias Klauser
2024-11-19os/user: fix race detector failureqmuntal
2024-11-15os/user: support built-in service user accounts on Windowsqmuntal
2024-11-11runtime, syscall: use pointer types on wasmimport functionsCherry Mui
2024-10-28cmd: use internal/syscall/windows to get Windows versionqmuntal
2024-10-21internal/syscall/windows: set write access when O_TRUNC is usedqmuntal
2024-10-14internal/syscall/windows: fix handle leak in Mkdiratqmuntal
2024-10-11internal/syscall/windows: add Openat, MkdiratDamien Neil
2024-10-07net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSDMichael Anthony Knyszek
2024-10-07syscall, internal/syscall/unix: add Openat support for wasip1Damien Neil
2024-10-07internal/syscall/unix: add Mkdirat and ReadlinkatDamien Neil
2024-10-07internal/syscall/windows: add NtCreateFileDamien Neil
2024-10-07crypto/rand: use arc4random_buf() on OpenBSDFilippo Valsorda
2024-10-07crypto/rand: prevent Read argument from escaping to heapFilippo Valsorda
2024-09-30runtime, internal/syscall/unix: mark getrandom vDSO as non-escapingMateusz Poliwczak
2024-09-30runtime: align vgetrandom states to cache lineJason A. Donenfeld
2024-09-28runtime: use vDSO for getrandom() on linuxJason A. Donenfeld
2024-09-25internal/syscall/unix: allow calling getrandom(..., 0, ...)Jason A. Donenfeld
2024-09-16os/user: fix Current().GroupIds() for AD joined users on Windowsqmuntal
2024-09-06internal/syscall/unix: Eaccess: return ENOSYS on AndroidKir Kolyshkin
2024-09-06internal/syscall/unix: implement Eaccess on all unix platformsKir Kolyshkin
2024-08-27os/user: test that Current does not depend on netapi32.dllqmuntal
2024-08-21os/user: speed up Current on Windowsqmuntal
2024-08-15internal,os: employ copy_file_range(2) for file-to-file copying on FreeBSDAndy Pan
2024-08-10Revert "os/user: speed up Current on Windows"Quim Muntal
2024-08-09os/user: speed up Current on Windowsqmuntal
2024-08-08os/user: support calling Current on impersonated threadsqmuntal
2024-06-18internal/syscall/unix: fix UTIME_OMIT for dragonflyKir Kolyshkin
2024-06-11os: RemoveAll: fix error returnedKir Kolyshkin
2024-05-17os: make use of pidfd on linuxKir Kolyshkin
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-04-19internal/syscall/unix: implement Eaccess on darwinTobias Klauser
2024-04-15net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4Andy Pan
2024-04-14net: separate the Solaris fast/slow path of setting SOCK_* from othersAndy Pan
2024-04-11internal/syscall/unix: implement Eaccess on openbsdTobias Klauser