aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_freebsd_amd64.s
AgeCommit message (Expand)Author
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-05-20runtime: consolidate on a single closeonexec definitionIan Lance Taylor
2023-05-20runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-17runtime: consistently define fcntlIan Lance Taylor
2023-03-23all: replace leading spaces with tabs in assemblyMichael Pratt
2023-02-24runtime: use explicit NOFRAME on freebsd/amd64qmuntal
2022-10-18runtime: always keep global reference to mp until mexit completesMichael Pratt
2022-10-14runtime: add msan support on freebsd/amd64Dmitri Goutnik
2022-09-16runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent...Yuval Pavel Zholkover
2022-08-17runtime: add symbolic constants for freebsd/amd64 syscallsDmitri Goutnik
2022-04-28runtime: mark sigtramp as TOPFRAME on the rest of unixMichael Pratt
2022-04-26runtime: use ABIInternal for most calls to sigtrampgoMichael Pratt
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2021-09-27runtime: use per-thread profiler for SetCgoTraceback platformsRhys Hiltner
2021-04-15runtime: unify C->Go ABI transitionsAustin Clements
2020-12-22runtime: correct error handling in several FreeBSD syscall wrappersNikhil Benesch
2019-10-26runtime: M-targeted signals for BSDsAustin Clements
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-04-18runtime: fast clock_gettime call on FreeBSDYuval Pavel Zholkover
2018-03-21all: enable c-shared/c-archive support for freebsd/amd64Tim Wright
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-03-10runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSDDavid NewHamlet
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-12-15runtime: preserve callee-saved C registers in sigtrampBryan C. Mills
2016-11-01runtime: align stack pointer in sigfwdBryan C. Mills
2016-10-27runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ...Russ Cox
2016-10-01runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on freebsdMike Appleby
2016-09-30runtime, syscall: use FP instead of SP for parametersMatthew Dempsky
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2015-12-24runtime: adjust gsignal stack to current signal stackIan Lance Taylor
2015-07-27runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor
2015-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-03-05cmd/internal/ld, runtime: halve tlsoffset on ELF/intelMichael Hudson-Doyle
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-02-02runtime: eliminate uses of BP on amd64Austin Clements
2015-01-18runtime, syscall: use SYSCALL instruction on FreeBSD.Bill Thiede
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox