aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/mksyscall.pl
AgeCommit message (Expand)Author
8 dayssyscall: prevent redundant newline from empty $extraimportsAndy Pan
2023-11-27syscall: remove ptrace1 on darwinCherry Mui
2023-11-07syscall: provide and use fcntlPtr for all BSD platformsJoel Sing
2023-02-23syscall: add ptracePtr that accepts pointer arg as unsafe.PointerDmitri Goutnik
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-05-09runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing
2021-04-27syscall: restore nosplit for ptrace1 on DarwinCherry Zhang
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-02-02[dev.regabi] all: merge master (fca94ab) into dev.regabiRobert Griesemer
2021-01-27syscall: clean up mkasm related changesJoel Sing
2021-01-26runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing
2020-12-22[dev.regabi] all: merge master (c9fb4eb) into dev.regabiRuss Cox
2020-12-21syscall: don't generate ptrace on iOSCherry Zhang
2020-12-01[dev.regabi] cmd/compile: process //go:linknames after declarationsMatthew Dempsky
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-06-15syscall: disable ptrace on iOSElias Naur
2019-04-27cmd/link/internal/ld,syscall: drop $INODE64 suffixes on simulatorsElias Naur
2019-04-03syscall: avoid _getdirentries64 on darwinKeith Randall
2019-02-26syscall: add empty line before marker comments in zsyscall_darwin_*.goTobias Klauser
2018-11-08syscall: move uses of Syscall to libSystem on darwinKeith Randall
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-02-13syscall: support syscalls without error return on LinuxTobias Klauser
2017-02-09syscall: remove "use" function and calls from generated code.Sameer Ajmani
2016-02-29syscall: Fix generator for Linux syscalls.Benoit Sigoure
2015-03-27syscall: don't allocate when boxing common Errno values into errorsBrad 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