aboutsummaryrefslogtreecommitdiff
path: root/src/os/error_plan9.go
AgeCommit message (Expand)Author
2019-08-02os: don't consult Is methods on non-syscall error typesDamien Neil
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2018-01-24os: homogenize error checks on Plan 9David du Colombier
2018-01-23os: handle ' is a directory' error as IsExist on Plan 9Fazlul Shahriar
2016-09-10os: delete code duplications in error filesbogem
2015-10-10os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError tooBrad Fitzpatrick
2014-10-13os: handle 'no parent' error as IsNotExist on Plan 9David du Colombier
2014-09-18os: handle 'has been removed' error as IsNotExist on Plan 9David du Colombier
2014-09-08build: move package sources from src/pkg to srcRuss Cox