aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_plan9_386.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2017-02-09syscall: remove "use" function and calls from generated code.Sameer Ajmani
2015-05-15syscall: add explicit build tagsShenghou Ma
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