index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
syscall_plan9.go
Age
Commit message (
Expand
)
Author
12 days
all: add export linknames for assembly symbols accessed from other package
Cherry Mui
2026-03-04
syscall: make plan9 Errno implement the error interface
Brad Fitzpatrick
2026-03-02
syscall: define no-op Errno type on plan9
Brad Fitzpatrick
2024-02-26
syscall: add available godoc link
cui fliter
2023-03-16
syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupported
Tobias Klauser
2023-03-15
syscall: let EPLAN9 and EWINDOWS implement errors.ErrUnsupported
Tobias Klauser
2023-03-09
syscall: avoid race in plan9 while syncing Chdir across goroutines
miller
2022-05-19
syscall: make //sys lines not doc comments
Russ Cox
2021-12-09
syscall: avoid writing to p when Pipe(p) fails
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-09-04
syscall: redirect writes to runtime.write in faketime mode
Austin Clements
2019-08-30
syscall: fix duplicate comments
micnncim
2019-08-22
syscall: document relationship among Errno, errors.Is and os.Err*
Jonathan Amsterdam
2019-08-02
all: remove os.ErrTimeout
Damien Neil
2019-08-01
all: remove os.ErrTemporary
Damien Neil
2019-03-20
os: make errors.Is work with ErrPermission et al.
Damien Neil
2018-02-28
syscall: reduce redundant getwd tracking in Plan 9
Richard Miller
2018-02-20
syscall: ensure Mkdir(path) on Plan 9 fails if path exists
Richard Miller
2017-09-27
syscall: make Exit call runtime.exit
Alex Brainman
2017-08-15
runtime: remove unused global variable emptystring
Ian Lance Taylor
2017-02-13
syscall: delete the "use" function and calls in non-generated files.
Sameer Ajmani
2016-09-06
syscall: make Getpagesize return page size from runtime
Austin Clements
2016-05-05
syscall: simplify closing of extra fds in plan9 StartProcess
Richard Miller
2015-04-09
syscall: reduce the set of architecture-dependent files on Plan 9
Anthony Martin
2015-03-01
syscall: fix mount working directory on Plan 9
David du Colombier
2015-02-28
syscall: make pwd process-wide on Plan 9
Brad Fitzpatrick
2014-09-08
syscall: keep allocated C string live across call to Syscall
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox