summaryrefslogtreecommitdiff
path: root/src/runtime/sys_freebsd_arm.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser2022-03-031-32/+0
* runtime: correct error handling in several FreeBSD syscall wrappersNikhil Benesch2020-12-221-0/+3
* runtime: save/restore callee-save registers in arm's sigtrampBen Shi2019-10-261-1/+10
* runtime: M-targeted signals for BSDsAustin Clements2019-10-261-6/+9
* runtime: correctly negate errno value for *BSD ARMIan Lance Taylor2019-10-221-2/+2
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-2/+2
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+42
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-1/+1
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-7/+8
* runtime: fast clock_gettime call on FreeBSDYuval Pavel Zholkover2018-04-181-7/+27
* all: enable c-shared/c-archive support for freebsd/amd64Tim Wright2018-03-211-3/+4
* runtime: remove unused getrlimit functionTobias Klauser2018-02-171-9/+0
* runtime, sync/atomic: use NOFRAME on armAustin Clements2018-02-121-12/+12
* runtime: fix silly frame sizes on arm and arm64Austin Clements2018-02-121-9/+9
* runtime: separate error result for mmapAustin Clements2017-10-181-2/+5
* runtime: fix use of STREX in various exitThread implementationsIan Lance Taylor2017-10-161-2/+2
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-7/+16
* runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSDDavid NewHamlet2017-03-101-2/+17
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on freebsdMike Appleby2016-10-011-1/+1
* runtime: adjust gsignal stack to current signal stackIan Lance Taylor2015-12-241-25/+16
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-14/+0
* runtime: replace divide with multiply in runtime.usleep on armRuss Cox2015-07-301-5/+2
* runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor2015-07-271-0/+13
* runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor2015-07-221-3/+3
* runtime: ensure GC sees type-safe memory on weak machinesAustin Clements2015-06-191-0/+4
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-0/+4
* [dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm ass...Russ Cox2015-02-231-51/+51
* [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-2/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+382