aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/asm_solaris_amd64.s
AgeCommit message (Expand)Author
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2022-08-08syscall: rename close to closeFDIan Lance Taylor
2022-03-08runtime, syscall: implement syscall.Pipe using syscall.Pipe2 on solarisTobias Klauser
2018-10-10syscall: change solaris files to libc filesClément Chigot
2018-03-14runtime, syscall: add RawSyscall6 on Solaris and make it panicTobias Klauser
2015-08-21runtime, syscall: remove unused bits from Solaris implementationShawn Walker-Salas
2015-03-23syscall: Add Foreground and Pgid to SysProcAttrMichael MacInnis
2014-09-08build: move package sources from src/pkg to srcRuss Cox