summaryrefslogtreecommitdiff
path: root/src/runtime/sys_freebsd_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: M-targeted signals for BSDsAustin Clements2019-10-261-6/+9
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-2/+2
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+39
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-1/+1
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-2/+4
* runtime: fast clock_gettime call on FreeBSDYuval Pavel Zholkover2018-04-181-6/+4
* all: enable c-shared/c-archive support for freebsd/amd64Tim Wright2018-03-211-3/+93
* runtime: remove unused getrlimit functionTobias Klauser2018-02-171-8/+0
* runtime: separate error result for mmapAustin Clements2017-10-181-1/+7
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-4/+8
* runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSDDavid NewHamlet2017-03-101-0/+14
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime: preserve callee-saved C registers in sigtrampBryan C. Mills2016-12-151-4/+21
* runtime: align stack pointer in sigfwdBryan C. Mills2016-11-011-3/+8
* runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ...Russ Cox2016-10-271-1/+1
* runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on freebsdMike Appleby2016-10-011-2/+2
* runtime, syscall: use FP instead of SP for parametersMatthew Dempsky2016-09-301-2/+2
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-5/+5
* runtime: adjust gsignal stack to current signal stackIan Lance Taylor2015-12-241-25/+7
* runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor2015-07-271-0/+11
* runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor2015-07-221-3/+3
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* cmd/internal/ld, runtime: halve tlsoffset on ELF/intelMichael Hudson-Doyle2015-03-051-1/+1
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-0/+8
* runtime: eliminate uses of BP on amd64Austin Clements2015-02-021-3/+3
* runtime, syscall: use SYSCALL instruction on FreeBSD.Bill Thiede2015-01-181-25/+0
* [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-1/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+357