summaryrefslogtreecommitdiff
path: root/sys/src/cmd/5e/5e.c
AgeCommit message (Collapse)Author
2020-05-02make bind(2) error handling consistentcinap_lenrek
The mount() and bind() syscalls return -1 on error, and the mountid sequence number on success. The manpage states that the mountid sequence number is a positive integer, but the kernels implementation currently uses a unsigned 32-bit integer and does not guarantee that the mountid will not become negative. Most code just cares about the error, so test for the -1 error value only.
2015-07-085e: enable VFP emulation by default, doubles only need to be 4 byte alignedcinap_lenrek
this adds -F flag to 5e (same as 5l) to disable VFP emulation and makes VFP emulation the default.
2015-06-195e: implement DSB,DMB,ISB and CLREX instructionscinap_lenrek
2013-06-115e: vfp supportjpathy
2011-06-255e: changed argument behaviouraiju
2011-06-255e: added note supportaiju
added wstat / fwstat / alarm
2011-06-24updated 5eaiju
2011-06-16added 5e (not finished)aiju