aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/syscall/mksyscall.awk
AgeCommit message (Expand)AuthorFilesLines
2020-10-28libgo: handle linking to NetBSD's versioned symbolsNikhil Benesch1-2/+2
2019-01-16syscall: mark C syscall functions noescapeIan Lance Taylor1-0/+1
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-0/+2
2014-04-17gofrontend: deduplicate C syscall function declarationsIan Lance Taylor1-2/+5
2013-08-02syscall: Change AWK split call to use []+ rather than []*.Ian Lance Taylor1-2/+2
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-1/+21
2012-03-30syscall: Convert errno to error after Exitsyscall.Ian Lance Taylor1-1/+12
2012-03-13libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor1-2/+2
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor1-2/+2
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor1-3/+3
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-5/+6
2011-10-31syscall: Remove a couple more 3-parameter match's in mksyscall.awk.Ian Lance Taylor1-2/+2
2011-10-27syscalls: Rewrite awk script to work with nawk.Ian Lance Taylor1-15/+45
2011-10-23Implement new syscall package.Ian Lance Taylor1-0/+233