summaryrefslogtreecommitdiff
path: root/src/os/file_unix.go
Commit message (Expand)AuthorAgeFilesLines
* os: if descriptor is non-blocking, retain that in Fd methodIan Lance Taylor2023-05-171-5/+12
* os, runtime: remove unused implementations of os.sigpipeIan Lance Taylor2023-05-121-0/+2
* os: make Chtimes accept empty time values to skip file time modificationConstantin Konstantinidis2023-05-111-0/+2
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-041-0/+5
* os: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-071-4/+7
* os: don't try to put directory into non-blocking modeIan Lance Taylor2023-02-271-0/+10
* os: only add file descriptors which are set to non-blocking mode to the netpo...Yuval Pavel Zholkover2022-08-181-11/+21
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-1/+1
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* os: document that Windows Symlink to missing target creates file symlinkIan Lance Taylor2021-05-021-0/+2
* all: simplify the spelling of LinuxBrad Fitzpatrick2021-04-131-1/+1
* os: reuse readdir buffers on unix with a sync.PoolTom Thorogood2021-04-031-0/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* os: further document limitations around naked file descriptorsVictor Michel2021-01-261-0/+8
* os: use keyed literals for PathErrorRuss Cox2020-10-201-5/+5
* os: add File.ReadDir method and DirEntry typeRuss Cox2020-10-201-28/+38
* os: fix SyscallConn typos in the File.Fd commentsChangkun Ou2020-09-281-1/+1
* os: document and emphasize a potential misuse of File.FdChangkun Ou2020-09-271-2/+7
* all: add GOOS=iosCherry Zhang2020-09-231-2/+2
* os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor2020-08-191-8/+32
* os: always check for EINTR in calls to openIan Lance Taylor2020-06-081-4/+2
* os: merge common Unix/Windows methodsIan Lance Taylor2020-03-201-44/+0
* os: seek should invalidate any cached directory readsKeith Randall2020-03-011-1/+6
* os: reset dirinfo when seeking on DarwinKeith Randall2019-12-051-0/+1
* os: allow case only renames on case-insensitive filesystemsAudrius Butkevicius2019-11-011-2/+6
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* doc: clarify safety of multiple and concurent os.(*File).Close() callsAlex Myasoedov2019-06-051-0/+1
* os: disable the use of netpoll on directories as well on *BSDsYuval Pavel Zholkover2019-04-191-5/+7
* os: reject WriteAt if file opened in append modeLE Manh Cuong2019-03-271-0/+1
* os: drop special case for FreeBSD 10.4 in newFileTobias Klauser2019-03-121-9/+1
* os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman2019-03-011-0/+19
* os: make openFdAt act like openFileNologIan Lance Taylor2019-01-301-0/+1
* os: always treat files as unpollable on FreeBSDIan Lance Taylor2019-01-091-6/+16
* os: disable the use of netpoll on regular files on *BSDs.Yuval Pavel Zholkover2019-01-091-13/+19
* runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur2018-12-131-7/+31
* os: add AIX operating systemClément Chigot2018-10-111-1/+1
* os: document that Remove removes only empty directoriesIan Lance Taylor2018-08-031-1/+1
* os: clarify that Close cancels pending I/OIan Lance Taylor2018-07-111-1/+2
* os: don't poll fifos on DarwinIan Lance Taylor2018-06-131-2/+13
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* os: use poller when NewFile is called with a blocking descriptor.Nick Patavalis2018-04-111-3/+14
* os: respect umask in Mkdir and OpenFile on BSD systems when perm has ModeStic...Yuval Pavel Zholkover2018-02-231-4/+4
* net, os: don't wait for Close in blocking modeIan Lance Taylor2017-12-141-1/+1
* os: don't use test logger for GetwdIan Lance Taylor2017-12-121-9/+2
* cmd/go: invalidate cached test results if env vars or files changeRuss Cox2017-12-111-0/+3
* os: calling Fd disables the SetDeadline methodsIan Lance Taylor2017-12-021-0/+1
* os: add deadline methods for File typeIan Lance Taylor2017-10-251-7/+18
* os: don't refer directly to Sysfd in epipecheckIan Lance Taylor2017-09-241-6/+8