aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-nosys.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-29runtime: make go-nosys.c compile with !HAVE_SYSCALLIan Lance Taylor1-1/+1
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-0/+21
2016-08-06libgo: change build procedure to use build tagsIan Lance Taylor1-0/+56
2013-10-18runtime: Fix typo in dup3 fallback implementation.Ian Lance Taylor1-1/+1
2013-10-17syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.Ian Lance Taylor1-0/+57
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor1-0/+38
2012-04-27re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor1-0/+114
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor1-0/+21
2012-02-25runtime: Fix typo in go-nosys.c.Ian Lance Taylor1-1/+1
2012-02-18libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor1-0/+12
2012-02-02runtime: Correct ENOSYS functions.Ian Lance Taylor1-16/+32
2012-01-26libgo: Build stubs for some syscall functions not on older systems.Ian Lance Taylor1-0/+192