aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_plan9.go
AgeCommit message (Expand)Author
2019-09-04syscall: redirect writes to runtime.write in faketime modeAustin Clements
2019-08-30syscall: fix duplicate commentsmicnncim
2019-08-22syscall: document relationship among Errno, errors.Is and os.Err*Jonathan Amsterdam
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2018-02-28syscall: reduce redundant getwd tracking in Plan 9Richard Miller
2018-02-20syscall: ensure Mkdir(path) on Plan 9 fails if path existsRichard Miller
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-08-15runtime: remove unused global variable emptystringIan Lance Taylor
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
2016-09-06syscall: make Getpagesize return page size from runtimeAustin Clements
2016-05-05syscall: simplify closing of extra fds in plan9 StartProcessRichard Miller
2015-04-09syscall: reduce the set of architecture-dependent files on Plan 9Anthony Martin
2015-03-01syscall: fix mount working directory on Plan 9David du Colombier
2015-02-28syscall: make pwd process-wide on Plan 9Brad Fitzpatrick
2014-09-08syscall: keep allocated C string live across call to SyscallRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox