aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/syscall/lsf_linux.go
AgeCommit message (Collapse)AuthorFilesLines
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-1/+3
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/214297
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-2/+8
Reviewed-on: https://go-review.googlesource.com/25150 From-SVN: r238662
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-2/+2
The next revision, 19185, renames several runtime files, and will be handled in a separate change. From-SVN: r211328
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor1-2/+2
From-SVN: r184669
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor1-14/+14
From-SVN: r182266
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-1/+1
From-SVN: r180552
2011-10-23Implement new syscall package.Ian Lance Taylor1-0/+78
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. From-SVN: r180345