summaryrefslogtreecommitdiff
path: root/osutil
AgeCommit message (Expand)Author
2020-03-23Merge remote-tracking branch 'upstream/master' into no-process-left-behindMichael Vogt
2020-03-23osutil: tweak flock sleeperKiller testsMichael Vogt
2020-03-21many: fix packages having mistakenly their copyright as docSamuele Pedroni
2020-03-20many: improve environment handling, fixing duplicate entries (#8242)Zygmunt Krynicki
2020-03-19osutil: do not use "flock --no-fork" as it is not available on 14.04Michael Vogt
2020-03-18osutil: do not leave processes behind after the test runMichael Vogt
2020-02-28netlink: fix panic on arm64 with the new rawsockstop codeMichael Vogt
2020-02-21Merge pull request #8101 from mvo5/netlink-blocking-1Michael Vogt
2020-02-08osutil/udev/netlink: higher level detect retryable syscall errorsSamuele Pedroni
2020-02-07osutil/udev/netlink: fix stopFd getting closed by stopR getting gcdSamuele Pedroni
2020-02-06osutil/udev/netlink: make the code work both on 32/64 bitsSamuele Pedroni
2020-02-06netlink: fix/support stopping goroutines reading netlink raw socketsSamuele Pedroni
2020-02-03many: rename MakeRandomString to just RandomStringSamuele Pedroni
2020-02-03many: drop and replace strutil.MakeRandomString as appropriateSamuele Pedroni
2020-01-27osutil: implement deluserJohn R. Lenton
2020-01-27osutil/tests: check there are no leftover symlinks with AtomicSymlinkIan Johnson
2020-01-27osutil: rewrite same-dir detection in AtomicRenameZygmunt Krynicki
2020-01-27osutil: simplify AtomicRenameZygmunt Krynicki
2020-01-24osutil: try to create a temporary symlink in a safe wayMaciej Borzecki
2020-01-24osutil: add helpers for creating symlinks and renaming in an atomic mannerMaciej Borzecki
2019-12-05Merge branch 'master' into check-skeleton-check-interfacesPawel Stolowski
2019-12-02osutil: drop IsReadable() helperMaciej Borzecki
2019-11-29osutil: OSX does not support faccessat(2), use regular accessMaciej Borzecki
2019-11-29osutil: add wrapper for faccessat(2)Maciej Borzecki
2019-11-27osutil/mount: optimize flagOptSearch some moreZygmunt Krynicki
2019-11-26osutil/mount/mount_linux.go: use a list/loop to parse flagsIan Johnson
2019-11-26tests: add benchmark functions for {Unm,M}ountFlagsToOptsIan Johnson
2019-11-26Merge pull request #7783 from zyga/tweak/mount-flag-formattersZygmunt Krynicki
2019-11-26osutil/mount: test known and unknown flags togetherZygmunt Krynicki
2019-11-25osutil/mount: add {Unm,M}outFlagsToOpts helpersZygmunt Krynicki
2019-11-25osutil: handle "rw" mount flag in ParseMountEntryZygmunt Krynicki
2019-09-30osutil: test stream equality differing by tail onlyZygmunt Krynicki
2019-09-27osutil: rename MemoryBlob -> MemoryFileStateZygmunt Krynicki
2019-09-27osutil: rename FileContentReference -> FileReferencePlusModeZygmunt Krynicki
2019-09-27osutil: use _test package for cmp_test.goZygmunt Krynicki
2019-09-27osutil: remove duplicated testZygmunt Krynicki
2019-09-27osutil: remove StreamEqual, replaced by streamsEqualChunkedZygmunt Krynicki
2019-09-27osutil: implement StreamEqual with streamsEqualChunkedZygmunt Krynicki
2019-09-27osutil: provide non-empty buffer for same-reader testZygmunt Krynicki
2019-09-27osutil: a stream is equal to itselfZygmunt Krynicki
2019-09-27osutil: add streamsEqualChunked and filesAreEqualChunkedZygmunt Krynicki
2019-09-27osutil: drop error return path from StreamEqualZygmunt Krynicki
2019-09-27osutil: move StreamEqual to cmp.goZygmunt Krynicki
2019-09-27osutil: generalize SyncDir with FileState interfaceZygmunt Krynicki
2019-09-03osutil: split mountentry so a little bit of it compiles on darwinJohn R. Lenton
2019-08-31osutil: make flock test more robustZygmunt Krynicki
2019-08-22squashfs: rename useFuse to NeedsFuse consistentlyMichael Vogt
2019-08-21sanity: report proper errror when fuse is needed but not availableMichael Vogt
2019-08-19perform osutil.LookPathDefault in user_test.go and check_snap_test.goJamie Strandboge
2019-08-19also remove mockUserAdd, mockGroupAdd/Del from createUserSuiteJamie Strandboge