aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2025-03-07os: remove unused testingForceReadDirLstatTobias Klauser
2025-03-06os: add missing calls to Root.Close() in testsOlivier Mengué
2025-03-06os: more godoc linksOlivier Mengué
2025-03-04os: guarantee min buffer size for ReadFile reads on /proc-like filesBrad Fitzpatrick
2025-03-03os: only call GetConsoleMode for char devicesqmuntal
2025-02-25os, syscall: use unix build tag where appropriateTobias Klauser
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-20os: don't log the entire environment in testsqmuntal
2025-02-20syscall: don't send child signal when testing pidfdIan Lance Taylor
2025-02-19syscall: don't truncate newly created files on Windowsqmuntal
2025-02-18os: document that OpenRoot follows symlinksDamien Neil
2025-02-18all: use a more straightforward return valuecuishuang
2025-02-18os: deal with chmod error for TestRootConsistencyChmodJes Cok
2025-02-14os: explicitly return nil for rootChown in root_openat.goJes Cok
2025-02-13os: add Root.ChownDamien Neil
2025-02-13os: explicitly return nil for {rootChmod,rootMkdir,rootRemove} in root_openat.goJes Cok
2025-02-13os: consolidate and clarify File.Fd docsIan Lance Taylor
2025-02-13os: use AddCleanup to close filesCarlos Amedee
2025-02-10os: add Root.ChmodDamien Neil
2025-02-10os: hide SetFinalizer from users of RootMichael Anthony Knyszek
2025-02-07os: improve comments for process support, minor code cleanupIan Lance Taylor
2025-02-07os: simplify Process.ReleaseIan Lance Taylor
2025-02-07os: use AddCleanup, not SetFinalizer, for ProcessIan Lance Taylor
2025-02-06os: simplify process statusIan Lance Taylor
2025-02-06os: don't store reference count in Process.stateIan Lance Taylor
2025-02-04os: fix race condition in readdir by atomically initializing dirinfoAmirhossein Akhlaghpour
2025-02-04os: remove Process.mode fieldIan Lance Taylor
2025-02-04os: separate Process.handle into a separate memory allocationIan Lance Taylor
2025-02-03all: use slices.Contains to simplify codecuishuang
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2025-01-29Revert "os: employ sendfile(2) for file-to-file copying on Linux when needed"Michael Pratt
2025-01-22os: force a goroutine to be scheduled on WASMCarlos Amedee
2024-12-30os: mention fsys modifications during CopyFSSean Liao
2024-11-27os/exec: edit comment to remove invalid linkAdam Bender
2024-11-22os: allow for variant plan9 error messages in TestOpenErrorRichard Miller
2024-11-21os: drop unnecessary trailing . from symlink targetsDamien Neil
2024-11-21os: fix Root tests on Plan9Damien Neil
2024-11-21os: recognize EFTYPE, EINVAL as a refusal to open a symlinkDamien Neil
2024-11-20os: add OpenInRootDamien Neil
2024-11-20os: add Root.FSDamien Neil
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-20os: use ignoringEINTR2 in (*Process).pidWaitTobias Klauser
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox
2024-11-19internal/syscall/unix, os: add and use Waitid syscall wrapper on linuxTobias Klauser
2024-11-19Revert "os: check for valid Windows path when creating files"George Adams
2024-11-19os/user: fix race detector failureqmuntal
2024-11-18os: correctly handle errno==0 in (*Process).blockUntilWaitableDamien Neil
2024-11-18os/user: skip tests that create users when running on dev machinesqmuntal