aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/syscall/exec_linux.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-01-22syscall: use unsafe.Pointer in BSD keventBrad Fitzpatrick
2013-09-28syscall: Fix one issue detected by vet.Robin Eklind
2013-08-24syscall: add Cloneflags to Linux SysProcAttr.Rémy Oudompheng
2013-08-13syscall: disable cpu profiling around forkDmitriy Vyukov
2013-07-16cmd/gc: do not race instrument syscall.forkAndExecInChildDmitriy Vyukov
2013-04-30syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li...Cosmos Nicolaou
2013-01-10syscall: implement Pipe2 on Linux and use it in ForkExecGeorg Reinke
2012-10-30syscall/exec_linux: enable changing controlling ttyPeter Waller
2012-02-14syscall: Make Pdeathsig type Signal in SysProcAttr on Linux.Albert Strasheim
2012-02-11os,syscall: fix windows buildBrad Fitzpatrick
2012-01-09syscall: Linux-only support for parent death signalAlbert Strasheim