summaryrefslogtreecommitdiff
path: root/sys/src/cmd/5e
AgeCommit message (Collapse)Author
2022-12-185e: access /proc instead of #pcinap_lenrek
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.
2018-09-285e: byte access incorrectly checked for long; brk has to round up addressesaiju
2017-05-015e: fix special bitshift and rotationscinap_lenrek
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-07-075e: approximate LL/SC with cas()cinap_lenrek
2015-07-075e: make sure stack base is aligned to avoid unaligned memory trap on armcinap_lenrek
2015-06-195e: implement DSB,DMB,ISB and CLREX instructionscinap_lenrek
2014-09-045e: fix signed long multiplycinap_lenrek
2014-09-035e: push ERRMAX for note message on stack avoiding unaligned stack pointercinap_lenrek
2014-03-105e: remove newline from suicide stringcinap_lenrek
2014-03-105e: trap unaligned memory accesscinap_lenrek
2014-03-085e: fix amd64cinap_lenrek
2013-06-115e: vfp supportjpathy
2011-08-075e: added semacquire/semreleaseaiju
2011-06-265e: fix _tos->pid / libthread bugaiju
2011-06-255e: changed argument behaviouraiju
2011-06-255e: added FPA supportaiju
2011-06-255e: added note supportaiju
added wstat / fwstat / alarm
2011-06-24updated 5eaiju
2011-06-16fixed 5e mkfileaiju
2011-06-16added 5e (not finished)aiju