summaryrefslogtreecommitdiff
path: root/src/os/error_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* os: don't consult Is methods on non-syscall error typesDamien Neil2019-08-021-0/+9
* os: make errors.Is work with ErrPermission et al.Damien Neil2019-03-201-44/+0
* os: homogenize error checks on Plan 9David du Colombier2018-01-241-1/+1
* os: handle ' is a directory' error as IsExist on Plan 9Fazlul Shahriar2018-01-231-1/+1
* os: delete code duplications in error filesbogem2016-09-101-32/+16
* os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError tooBrad Fitzpatrick2015-10-101-0/+6
* os: handle 'no parent' error as IsNotExist on Plan 9David du Colombier2014-10-131-1/+2
* os: handle 'has been removed' error as IsNotExist on Plan 9David du Colombier2014-09-181-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+53